Skip to content
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

Bing ends communication after the fifth message #1967

Open
KweezyCode opened this issue May 17, 2024 · 8 comments
Open

Bing ends communication after the fifth message #1967

KweezyCode opened this issue May 17, 2024 · 8 comments
Assignees
Labels
bug Something isn't working stale

Comments

@KweezyCode
Copy link

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 KweezyCode added the bug Something isn't working label May 17, 2024
@vrashad
Copy link

vrashad commented May 17, 2024

Try use proxy anf change ip after 5-10 request

@KweezyCode
Copy link
Author

KweezyCode commented May 17, 2024

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

@hlohaus
Copy link
Collaborator

hlohaus commented May 19, 2024

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?

@KweezyCode
Copy link
Author

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

@hlohaus
Copy link
Collaborator

hlohaus commented May 20, 2024

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.

@KweezyCode
Copy link
Author

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

@hlohaus
Copy link
Collaborator

hlohaus commented May 20, 2024

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

Copy link

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 github-actions bot added the stale label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

4 participants