This repository was archived by the owner on Apr 22, 2024. It is now read-only.
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
Add basic commands to reset the history #22
Open
Description
Currently, - if I understand correctly - the whole history of messages gets transmitted for the chat completions.
This is problematic because sometimes the context changes:
You might first ask the chat bot for a recipe on how to make a good paella. And then at a later point want to know about the pros and cons of an FSME vaccination.
It would be great if we had the option to reset the history. This could for instance be done with a command like:
!new
That would also have the additional benefit of lowering the costs as there are less tokens (unnecessarily) transmitted.
Metadata
Metadata
Assignees
Labels
No labels