Skip to content
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

Generate --repl and --chat tags automatically #562

Open
jeanlucthumm opened this issue May 12, 2024 · 2 comments
Open

Generate --repl and --chat tags automatically #562

jeanlucthumm opened this issue May 12, 2024 · 2 comments

Comments

@jeanlucthumm
Copy link
Contributor

One annoying part of sgpt workflow right now is having to come up with conversation tags beforehand. Things like ChatGPT web UI will title the conversations automatically so there's no toil on the user side.

We could auto-gen the tag based on the first prompt. Picturing something like

$ sgpt --auto --chat "Is tomato really a fruit?"
Autotag: fruit_discussion

Yes, a tomato is scientifically classified as a fruit because it develops from the ovary of a flower...
@ldelossa
Copy link

ldelossa commented Jun 4, 2024

Yes, chatblade does this well. Any convo outside of a 'session' is in some pseudo session. You can always refer to the last pseudo-session by just providing "-l" assumingly for 'last-session'.

@jeanlucthumm
Copy link
Contributor Author

jeanlucthumm commented Jun 12, 2024

Just checked out chatblade. I think that's the move -- default to being in the temp repl and then give some option to save it under an actual tag. At that point we have the conversation history to generate the tag and if not the user can still set their own tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants