gpt4free
gpt4free copied to clipboard
Bing ends communication after the fifth message
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
Try use proxy anf change ip after 5-10 request
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
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?
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
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.
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
Okay, so the problem might be with return_conversation. Maybe I should refresh the session.
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.
okay, i got it, it is not a bug, but a bing limit for unauthed users. How could i check limits using code?
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.
Closing due to inactivity.