gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

Bing ends communication after the fifth message

Open KweezyCode opened this issue 1 year ago • 7 comments

Bing sends an empty chunk after the fifth message (I don't get any response to the last message) if I use Conversation saving and stream=True

KweezyCode avatar May 17 '24 15:05 KweezyCode

Try use proxy anf change ip after 5-10 request

vrashad avatar May 17 '24 15:05 vrashad

Try use proxy anf change ip after 5-10 request

i mean, each convesation i can only get 4 responses from bing, but its limit is 5, i don't get banned or anything

KweezyCode avatar May 17 '24 15:05 KweezyCode

You can only do 4 requests? You can't create a new conversations? Do you use the return_conversation=True argument to get the conversation to reuse them?

hlohaus avatar May 19 '24 17:05 hlohaus

You can only do 4 requests? You can't create a new conversations? Do you use the return_conversation=True argument to get the conversation to reuse them?

i can create new conversations, but i can't send more than 4 messages in 1 conversation. I don't have conversation limit

KweezyCode avatar May 19 '24 18:05 KweezyCode

Hello,

I would like to suggest adding the argument "return_conversation=True" to your request. This will allow you to retrieve the conversation object and include it in your subsequent messages.

Please note that you can only send one message at a time, but you can send multiple messages within a single conversation.

hlohaus avatar May 20 '24 13:05 hlohaus

I would like to suggest adding the argument "return_conversation=True" to your request. This will allow you to retrieve the conversation object and include it in your subsequent messages.

i am already using it https://github.com/KweezyCode/TelegramGPTBot/blob/main/main.py

KweezyCode avatar May 20 '24 14:05 KweezyCode

Okay, so the problem might be with return_conversation. Maybe I should refresh the session.

hlohaus avatar May 20 '24 16:05 hlohaus

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

github-actions[bot] avatar May 28 '24 00:05 github-actions[bot]

Screenshot_20240612-135516~2

okay, i got it, it is not a bug, but a bing limit for unauthed users. How could i check limits using code?

KweezyCode avatar Jun 12 '24 10:06 KweezyCode

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

github-actions[bot] avatar Jul 07 '24 00:07 github-actions[bot]

Closing due to inactivity.

github-actions[bot] avatar Jul 14 '24 00:07 github-actions[bot]