Memory capability #112
Unanswered
sipronunciaaigor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any support for any conversation identifier to avoid a humongous usage of tokens when you need to recall previous conversations?
Something like including a ConversationId in the response model of the chatCompletion and be able to pass it to a subsequent
CompleChatAsync
so that it remembers the previous conversation and can simply move on from there?Think about an app with a wizard where each step depends on the previous one.
E.g.:
First prompt: Give me the top 3 features I should consider when looking for an hotel
OpenAi: => some answer with a list of 3 features
Second prompt: Would they apply for a B&B as well?
OpenAi: => bal bla bla
And essentially comes up with something knowing the rest of the conversation without the need of understanding the list, storing it and interacting with it.
Beta Was this translation helpful? Give feedback.
All reactions