chat-summary-webapp-react cannot save the settings for Azure OpenAI
See original GitHub issueDescribe the bug I’m running the chat-summary-webapp-react demo app but cannot save the settings.
The first problem is that we need to rename .env.example
as .env
, which is not clear in the documents.
But still cannot save the settings.
To Reproduce Steps to reproduce the behavior:
- Go to ‘http://localhost:7071’
- Choose Azure OpenAI
- Type the key, deployment name, and endpoint
- Click on ‘Save’
- See errors “ModelNotAvailable”, “Unauthorized”. Sometimes can list the deployed models but cannot save the settings, e.g. “Model xxx not available on xxx endpoint”
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 11
- IDE: VS Code
- NuGet Package Version [e.g. 0.1.0]
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 5 months ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Azure OpenAI Service frequently asked questions
My guest account has been given access to an Azure OpenAI resource, but I am unable to access that resource in the Azure...
Read more >Unable to create Azure Open AI resource after getting ...
I've successfully applied for the access of Open AI service, but when i tried to create the resource it was told that i've...
Read more >Get started using GPT-35-Turbo and GPT-4 with Azure ...
In this article. Prerequisites; Go to Azure OpenAI Studio; Playground; Start a chat session; Deploy your model; Clean up resources; Next steps.
Read more >Use your own data with Azure OpenAI Service
Select the Chat playground tile. · On the Assistant setup tile, select Add your data (preview) > + Add a data source. ·...
Read more >Cannot get Azure AI playground to read my excel schedule ...
I am trying to load my excel data to Azure Open AI playground and it does not seem to ... I am concerting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We just updated the samples to support chat completion models, ie: gpt35 turbo and gpt4 with PR #1279 so if you pull the latest code you should be able to get it to work with gpt4.
I will close this for now as it appears the original issue was resolved. Please reopen if needed!
We’re looking at this one now.