Sarah Widder

Results 60 comments of Sarah Widder

Thanks for raising the issue @seanmcne, we will look into fixing the error message display logic. In the meantime, you could try using the gpt-35-turbo-16k model which should let you...

Hi @rochaktarika123 @chindaku9531 you need to set the startup command on the app. And make sure the port you set matches in the env variable and gunicorn.conf.py `az webapp config...

Hi, we're looking into an issue with AI studio web app deployment. In the meantime, you can try to deploy from Azure OpenAI Studio.

@cameronjy @jbrodsky-code You can also "rescue" your AI studio app by configuring the App Startup command like below: ![image](https://github.com/microsoft/sample-app-aoai-chatGPT/assets/19666316/58de3204-fe35-4aaa-a594-5034b4443bc3) Be sure to restart the app and give it a few...

Hi @VikashLalit, currently the chunks displayed are what is returned by the Azure OpenAI On Your Data API, which returns what it has retrieved from the search index. The index...

Hi @wyl765 since #643 the start.cmd has been fixed with the right port. For the 401 error - have you specified the AZURE_OPENAI_KEY in your .env file?

Just to clarify here, if `AZURE_OPENAI_KEY` is not set, when running locally, the AOAI Chat Completions call will be done using your user DefaultAzureCredential(). So your user identity needs to...

Hi @rehat22 - can you share more details on how the index was created, and what the index field schema looks like? What have you configured for the "content" fields...

Hi @jainrahulsethi are there any additional logs to the console or network tab to indicate what might be going wrong? And can you turn on app service logging and see...