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 · 1 comment
Open

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

jeanlucthumm opened this issue May 12, 2024 · 1 comment

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'.

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