You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
Description
It seems that the conversation retrieved by conversations.get("conversation_id") only contains my question prompt. It didn't include the response from CHATGPT.
Screenshot
The text was updated successfully, but these errors were encountered:
Hi thanks for the quick response, I have two concerns 1. the conversation history is only added for commandline but not added in the ChatBot.ask(). 2. the conversation_id should be dynamic?
Hi thanks for the quick response, I have two concerns 1. the conversation history is only added for commandline but not added in the ChatBot.ask(). 2. the conversation_id should be dynamic?
Fixed concern #1. As for #2, conversation_id can be dynamic if you set it programmatically. Command line is just demo
Description
It seems that the conversation retrieved by
conversations.get("conversation_id")
only contains my question prompt. It didn't include the response from CHATGPT.Screenshot
The text was updated successfully, but these errors were encountered: