Pamela Fox

Results 704 comments of Pamela Fox
trafficstars

@lhojeda Can you check the logs to find the full traceback? openai.error.InvalidRequestError can have many causes. You can download logs following instructions at https://blog.pamelafox.org/2023/06/tips-for-debugging-flask-deployments-to.html#download-logs

@delicpsyche That is a different error, and that is one we typically see what the app is still getting started. Do you still see that if you wait another 10...

Do you have application insights turned on? If so, I've been successful recently debugging errors by going into Application Insights > Investigate > Failures, and then filtering by recency.

This is a new issue, starting today, likely related to the OpenAI deprecation announcements. I'm testing to see if gpt3-turbo can be used instead.

If all you changed was the code, then you can just run `azd deploy` to deploy just the code. You don't actually need to re-deploy after adding docs to the...

Another workaround for folks who already have the davinci model deployed: 1. Go into infra/main.bicep 2. Delete the first deployment in the deployments property: ``` { name: gptDeploymentName model: {...

@damilareisaac Ah, if you no longer have a davinci deployment, then you'll need to make the change from my PR, from davinci to gpt-turbo. Unfortunately, it doesn't work as well...

@phosseini There is now an FAQ about using gpt4, that is permitted. This issue can be closed as I believe we've documented how to continue using davinci if you already...

Our FAQs actually weren't linkable in the past, unfortunately. I have since refactored the documentation so that everything is linkable. Here's the section about using GPT-4: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#using-gpt-4

Closing this in favor of the more recent issue with current prompt: https://github.com/Azure-Samples/azure-search-openai-demo/issues/564