This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Replies: 1 comment
-
bot.reset() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best way to clear the conversation?
At the moment I am using this line to ask questions:
await bot.ask(prompt=Question, conversation_style=ConversationStyle.creative, wss_link="wss://sydney.bing.com/sydney/ChatHub"))
I would like to clear the conversation in-between each question.
note: there is a similar discussion already but the only answer was to use the chat gpt api. That is a workable answer but being able to use bing chat would be better for me
Thank you for reading :)
Beta Was this translation helpful? Give feedback.
All reactions