-
Notifications
You must be signed in to change notification settings - Fork 12
Autoname conversations similar to gptme cli #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After looking around the code, seems this was intended behavior |
It's not great though, should definitely be fixed. |
My current thinking is that we will create conversations with the same name as in gptme cli (with the format: This "display name" could then be set to something LLM-generated (or edited by the user) and be presented to the user instead of the conversation directory name (since the directory name is more id-like, we'd rather not rename them). |
The "display name" could be generated after the first message, similar to how chatgpt and claude does it. Summarizing the first response from the LLM. |
Current autoname feature uses a unix timestamp
The text was updated successfully, but these errors were encountered: