-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] ConversationID Waste! #230
Comments
How many times did you chat before the limitation kicked in? I prefer to stick with the stateless implementation at the mo as otherwise chat histories cannot be modified every time. |
I don't think the cause of throttling is the creation of a new ConversationID. Based on my experience, Microsoft does not count ConversationIDs separately but treats a new conversation the same as a new turn within the same conversation. |
150 times if not 200. |
when covnersations created reached to a certain amount in a day, Bing server will limit the talk until the next day.
Only way to solve it now is switching the current cookies with another new one
Checks
Is your feature request related to a problem? Please describe.
Would be a Authentication failed problem or Request is thorrlted
Describe the solution you'd like
Continous chat in a single conversation id
The text was updated successfully, but these errors were encountered: