Error message interacting with the Azure OpenAI API #5707
Replies: 2 comments 2 replies
-
Please check the logs in Likely something not configured correctly: It could also be something on Azure side. Documentation for reference: |
Beta Was this translation helpful? Give feedback.
2 replies
-
Error resolved; I believe there is a conflict when having multiple sessions open with the same user. Since I was testing, I didn't notice this. However, it's a good discovery to keep in mind for a future update. @danny-avila Thanks for all your hard work :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Yesterday, I was configuring the Azure OpenAI endpoint in LibreChat. Initially, everything was going well, but today I am encountering the errors shown in the attached screenshots.
I have restarted and updated the LibreChat images as mentioned in the documentation, but I have not been successful in getting it to work again.
I tested the deployed models in the Azure Playground, and they work correctly, so it seems to be an issue with the client. I also tried using another client, and it works as expected.
The strange thing is that it works until the third interaction, but after that, it shows error messages.
Output of the
docker images
command:My librechat.yaml configuration:
Steps to Reproduce
1.- Pick Azure OpenAI Endpoint
2.- Start an interaction
What browsers are you seeing the problem on?
Microsoft Edge
Relevant log output
Screenshots
LibreChat interface:
Browser consolo log output:
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions