[Azure OpenAI] - Title generation fails + librechat crashes every message #5521
Unanswered
m-bertolino-exc
asked this question in
Troubleshooting
Replies: 1 comment
-
The naming here is important: models:
gpt4o: It should match its corresponding official name i.e. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
This problem happens on a clean install of librechat, deployed using docker compose on macos. I was able to reproduce it also on a k8s cluster(GKE).
My configuration
I did not modify anythning relevant in the
.env.example
file, I just renamed it as.env
and added the azure openai endpoint.My
librechat.yaml
is:(sensitive data redacted)The problem
I create a new account, I select azure open ai, I select my model, I type "a" and press enter.
I receive a proper answer for the model, but on the networks tab I already see that 2 requests failed:
The status for both is (failed)net::ERR_EMPTY_RESPONSE
If I now open my terminal, I see that the Librechat container just crashed. The error is:
LibreChat | 2025-01-28 08:48:08 error: There was an uncaught error: Model named "gpt-4o" not found in configuration.
And the server restarts.
The chat also fails to get a generated title, as the server crashes before generating one.
Imporant note
This problem is not related with actually not being able to finding the model in the configuration, as I successfully get a response from the model. I also tried to play around with model names, it did not solve the issue.
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome, Firefox
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions