question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

chat-summary-webapp-react cannot save the settings for Azure OpenAI

See original GitHub issue

Describe 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:

  1. Go to ‘http://localhost:7071
  2. Choose Azure OpenAI
  3. Type the key, deployment name, and endpoint
  4. Click on ‘Save’
  5. 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. image

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:closed
  • Created 5 months ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
craigomaticcommented, May 30, 2023

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!

1reaction
microsoftShannoncommented, Apr 13, 2023

We’re looking at this one now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found