Hi,
We have a working code that makes API call to base chatgpt-4 model. This was done using Microsoft Azure AI studio creating a resource, deployment model, getting API keys, etc. I have an Azure student subscription with an S0 pricing tier. I keep getting error where call is made to the model and after 10 seconds or so I get a timeout issue and it is asking to increase my quota limit. I tried optimizing my code, however it didn’t work as the call to the base gpt-4 model itself takes more than 10 seconds before it can produce any output.
I sent a request to Microsoft to increase the quota limit but they denied it. My $100 credit for Azure student subscription never was deducted, however, doesn’t look like it is of any use if I can’t make my code working. Below is the issue screenshot.
Is there any way I can resolve this issue? Are there other base models I can leverage with my student subscription that would get past this issue? Thank you!