Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

[BUG]Conversation is not recording response from CHATGPT #667

Closed
freddiewanah opened this issue Feb 12, 2023 · 4 comments
Closed

[BUG]Conversation is not recording response from CHATGPT #667

freddiewanah opened this issue Feb 12, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@freddiewanah
Copy link

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
Screenshot 2023-02-12 at 14 46 40

@freddiewanah freddiewanah added the bug Something isn't working label Feb 12, 2023
@acheong08
Copy link
Owner

thanks for the report

@freddiewanah
Copy link
Author

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?

acheong08 pushed a commit that referenced this issue Feb 12, 2023
@acheong08
Copy link
Owner

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

acheong08 pushed a commit that referenced this issue Feb 12, 2023
@acheong08
Copy link
Owner

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants