[FEATURE] ConversationID Waste!
Opened this issue · 4 comments
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
- I confirm that I have searched existing issues and couldn't find a similar proposal.
- I have read the documentation and test the software carefully and confirmed that this is not an existing feature.
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
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.
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.
150 times if not 200.
So still it needs to manually switch the cookies 🍪 if that happens.