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

Suggestion #10

Open
OrionRandD opened this issue Apr 14, 2023 · 2 comments
Open

Suggestion #10

OrionRandD opened this issue Apr 14, 2023 · 2 comments

Comments

@OrionRandD
Copy link

Could you add a command or feature to send the correct answer to chatgpt?
I am studying "figures of speech" and chatgpt gives me lots of wrong answers. Then I call the prompt and say: No. It is wrong (...), but the model does not learn it after asking the same question it gives me another wrong guessing answer...
:(

@0xStabby
Copy link
Owner

Ok, some possible implementations I can think of:

For the gpt mapping

  1. Add an option to continue on no, to keep the current conversation in context.
  2. Maybe automatically store context for all previous conversations.. tho probably want to split this up by something.

Does this sound like it would work for your needs?

I think I will probably start with 1 if so.

In the meantime a possible work around would be to use gpf and save to the end of the file and continue like that. Then it will always send the current file with your previous conversation (file needs to be saved)

@OrionRandD
Copy link
Author

Ok, some possible implementations I can think of:

For the gpt mapping

  1. Add an option to continue on no, to keep the current conversation in context.
  2. Maybe automatically store context for all previous conversations.. tho probably want to split this up by something.

Does this sound like it would work for your needs?

I think I will probably start with 1 if so.

In the meantime a possible work around would be to use gpf and save to the end of the file and continue like that. Then it will always send the current file with your previous conversation (file needs to be saved)

I will have a look.
In Emacs, I can talk to the bot and correct it right away. See some ideas here:
https://github.com/xenodium/chatgpt-shell

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