How to open a new conversation each time?
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
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."

It's chatbot.reset_chat()
Thank you very much, it solves me problem:)
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."
Hi, I can use the program normally.
Fixed by https://github.com/acheong08/ChatGPT/releases/tag/0.1.1