This repository was archived by the owner on Jul 12, 2024. It is now read-only.
Conversation History Support #20
vaibhavard
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ability to send conversation history ( Similar to OpenAI chat api) , instead of remembering parentMessageIDs
i.e-Send messages (wih previous chat history) to api somewhat like this:
[{"role": "user", "content": "Remember this"}, {"role": "user", "content": "What did i ask you to remember"}]This will also help support OpenAI api style in futureMaybe we can add it as additional context or within the systemMessage.
This could help (python lang) :
Beta Was this translation helpful? Give feedback.
All reactions