[Enhancement]: Use simple text for title #8205
limdingwen
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.
-
What features would you like to see added?
(This was written from an Ollama user's perspective.)
LibreChat currently supports title generation using LLMs. However, some machines might not be beefy enough to run multiple LLMs (one for title generation), or the LLM currently used isn't fast enough for title generation.
Whatever the reason, it might be a good idea to provide a simple alternative to title generation: whatever the user inputted as the text! No LLMs, just truncation (character, word, or sentence). Easy on the machine, and better than a list of "New Chats".
IIRC, this is what OpenAI did when ChatGPT first came out.
More details
I was able to achieve this with this quick hack:
Which components are impacted by your request?
API
Pictures
No response
Code of Conduct
[✓] I agree to follow this project's Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions