Getting token rate limit exceeded error
Hi,
In my application, I am trying to connect to gpt-4 with api_version = 2024-08-01-preview and using a trial account. While running the application, I am geeting the error:
"Requests to the ChatCompletions_Create Operation under Azure OpenAI API version 2024-08-01-preview have exceeded token rate limit of your current OpenAI S0 pricing tier. Please retry after 86400 seconds. Please go here: https://aka.ms/oai/quotaincrease if you would like to further increase the default rate limit"
In my account, I still have sufficient credit available and my application is pretty simple - I am just asking gpt-4 a simple question. The above error does not make sense to me. Not sure why I am getting this error.
Any suggestions\ help appreciated.
Thanks,
Mohammad