juzeon / SydneyQt

A cross-platform desktop client for the jailbroken New Bing AI Copilot (Sydney ver.) built with Go and Wails (previously based on Python and Qt).
The Unlicense
809 stars 77 forks source link

[FEATURE] ConversationID Waste! #230

Open JayGarland opened 4 months ago

JayGarland commented 4 months ago

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

juzeon commented 4 months ago

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.

PeronGH commented 4 months ago

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.

JayGarland commented 4 months ago

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.

JayGarland commented 4 months ago

received this error after having conversations not more than 100 times today it needs to switch another account manually to continue chating..

image