[Enhancement]: Add a "First characters" titleMethod for naming new conversations (no AI call) #6989
MarArMar
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
In librechat.yml, if I understand correctly today for naming new conversations we currently have access to two "titleMethod" when "titleConvo" is true for custom models, both use the AI : titleMethod: "completion" and "function"
I have conversations with super large context, somehow they all end up with "New chat" as title, I think this is because I use a local LLM that cannot both handle the large request and a second request for a title so it likely timeouts
The first x characters could be sufficient and useful for me to distinguish them instead of only seeing "New chat",
This would not involve calling any AI, simply take the first X characters of a conversation, eventually appending an ellpisis
More details
Many other LLM interface use this method as a default
Also it saves API calls, potentially saving some money or GPU usage for local LLMs.
Which components are impacted by your request?
Other
Pictures
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions