ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

How to open a new conversation each time?

Open MichaelCaohn opened this issue 3 years ago • 2 comments

Hi,

I have seen your code response = chatbot.ask("Prompt", conversation_id=None, parent_id=None) # You can specify custom conversation and parent ids. Otherwise it uses the saved conversation (yes. conversations are automatically saved) which states that the conversations are automatically saved when specifying conversation_id=None, and parent_id=None.

However, I would like to open a new conversation each time. How could I achieve this goal?

Thank you every much

MichaelCaohn avatar Jan 06 '23 12:01 MichaelCaohn

Hello,could you please let me know if you are able to use the program normally now? I am encountering the issue of "Failed to refresh session." image

QingShan-123 avatar Jan 06 '23 13:01 QingShan-123

It's chatbot.reset_chat()

Jamminroot avatar Jan 06 '23 14:01 Jamminroot

Thank you very much, it solves me problem:)

MichaelCaohn avatar Jan 10 '23 04:01 MichaelCaohn

Hello,could you please let me know if you are able to use the program normally now? I am encountering the issue of "Failed to refresh session." image

Hi, I can use the program normally.

MichaelCaohn avatar Jan 10 '23 04:01 MichaelCaohn

Fixed by https://github.com/acheong08/ChatGPT/releases/tag/0.1.1

acheong08 avatar Jan 10 '23 04:01 acheong08