akshata29 / entaoai

Chat and Ask on your own data. Accelerator to quickly upload your own enterprise data and use OpenAI services to chat to that uploaded data and ask questions
MIT License
841 stars 254 forks source link

Capacity error when Repdeploying #28

Closed PrintsCharming closed 1 year ago

PrintsCharming commented 1 year ago

Upon trying to redeploy after receiving the error mentioned in #26 I am now getting this validation error:

{"code":"InvalidTemplateDeployment","details":[{"code":"InsufficientQuota","message":"The specified capacity '120' of account deployment is bigger than available capacity '0' for UsageName 'Tokens Per Minute (thousands) - GPT-35-Turbo'."}],"message":"The template deployment 'Microsoft.Template-20230630090235' is not valid according to the validation procedure. The tracking id is '072a60c3-87f9-4f1e-95e3-f4a259595e09'. See inner errors for details."}

Any advice?

akshata29 commented 1 year ago

Is there already a deployment for gpt35 turbo model on that same AOAI instance?. If so you may have to manually adjust that existing deployment to lower#. Let me try to replicate the issue on my end.

PrintsCharming commented 1 year ago

I just redeployed having not touched the project over the weekend and it worked fine...

Earlier I had an issue with purging soft deletes...I wonder if it was related.

akshata29 commented 1 year ago

Perfect - Will close the issue for now