Pamela Fox
Pamela Fox
Closing this as we haven't heard back.
It looks like it found the new app command from the provisioning, but it didn't find the actual file. Can you try 'azd deploy'? You can also try deleting that...
Sorry, if you've commented out line 114, you'll need to do a re-provision, either using azd up or azd provision. You can comment out the postprovision hooks in azure.yaml to...
Hm, that's strange, can you look at the logs to see what the error is? We have an FAQ in the readme about finding the logs on App Service.
I'm confused, are you referring to deploying this repo or a different app? You mentioned Django, but this repo is a Quart app. This repo also requires a startup command,...
What's the actual error from the traceback? Your screenshot cuts off before the error is shown.
Sorry, I was asking for the traceback in the other logs, where it says "exception in worker process". I am working on a better document for debugging app service deployments,...
Hm. Now I'm debating if it actually should be a 500.. as other errors should probably be 500s: https://github.com/openai/openai-python/blob/a7115b5f33acd27326e5f78e19beb0d73bd3268e/src/openai/_exceptions.py Or I could treat 429 specially and keep treating others as...
I decided not to do this, as it doesn't feel okay to pass down errors to users that are often errors with the server code, not with their own usage...
That's correct, GPT-4 is expected to be slower. In addition, I assume you're using Pay-as-you-go pricing tier, which doesn't come with any latency guarantees. For latency assurance, Azure recommends PTUs:...