Trouble generating conversation title with Azure OpenAI #4783
Replies: 6 comments 1 reply
-
The issue seems to stem from some AI models being unable to summarize conversations. This could be due to two reasons: either the "summarize" parameter hasn't been enabled (set to "true"), or there's a formatting error when calling the summarization function. In my experience, Gemini fails to provide conversation titles, while the OpenAI model works correctly. |
Beta Was this translation helpful? Give feedback.
-
turns out it works on chat using OpenAI, but doesn't work for chats using Azure OpenAI, any reason for that? |
Beta Was this translation helpful? Give feedback.
-
titleConvo =true and summarize= true |
Beta Was this translation helpful? Give feedback.
-
It works with azure, you need to set this in the endpoints:
azureOpenAI:
titleModel: "gpt-4o-mini"
titleConvo: true More info: https://www.librechat.ai/docs/configuration/azure |
Beta Was this translation helpful? Give feedback.
-
I'm also facing this issue recently. After upgrading to 0.7.9, it works but only after a refresh of the chat (either Ctrl + F5, or by enetering another chat and then going back to the one with the "New chat" title). I'm using Azure OpenAI as well, model 4.1-mini. |
Beta Was this translation helpful? Give feedback.
-
@danny-avila I'm experiencing the same issue with Azure OpenAI. It was working fine with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Automatically infer what the conversation / session title should be.

The issue is there would be a lot of untitled "New Chat" conversations where we don't know which one to go back to.
More details
I have search issues using "auto name" and some variants but couldn't find anything similar
Which components are impacted by your request?
UI
Pictures
Example:

Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions