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

Double responses when interacting on Telegram #2089

Open
chasebrownn opened this issue Jan 10, 2025 · 4 comments
Open

Double responses when interacting on Telegram #2089

chasebrownn opened this issue Jan 10, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@chasebrownn
Copy link

Describe the bug

Whenever I am interacting with my agent on Telegram it will occasionally (On a CONTINUE action) respond twice to the same message.

To Reproduce

Run the Telegram client and talk with the agent. Eventually after a few messages you'll get a double response.

Expected behavior

Not a double response to the same message.

Screenshots

Screenshot 2025-01-09 at 9 52 47 PM Screenshot 2025-01-09 at 9 51 15 PM Screenshot 2025-01-09 at 9 52 18 PM

Additional context

Repo: https://github.com/chasebrownn/eliza-fren/tree/frey

@chasebrownn chasebrownn added the bug Something isn't working label Jan 10, 2025
Copy link
Contributor

Hello @chasebrownn! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!

@tcm390 tcm390 self-assigned this Jan 10, 2025
@chuasonglin1995
Copy link

Hey! The reason is because in the first generated response, the LLM returned action CONTINUE and so the action is picked up, and then LLM generated a second response.

It's not really a bug, its more of a feature? Like how something you would say multiple lines in a conversations before the other guy replies. According to Shaw himself, he says you get this more often with ChatGPT/ OpenAI.
Try using anthropic, you might see this issue way less often.

Cheers

@chasebrownn
Copy link
Author

I was using Anthropic, but was getting databasing errors due to invalid dimensions so openai was the best alternative. But thank you for the response.

The weird thing is the second response isnt really continuing the thread, it's replying 2 times.

@tcm390
Copy link
Collaborator

tcm390 commented Jan 11, 2025

Yea

Hey! The reason is because in the first generated response, the LLM returned action CONTINUE and so the action is picked up, and then LLM generated a second response.

It's not really a bug, its more of a feature? Like how something you would say multiple lines in a conversations before the other guy replies. According to Shaw himself, he says you get this more often with ChatGPT/ OpenAI. Try using anthropic, you might see this issue way less often.

Cheers

Yea I think it's Continue action

Screenshot 2025-01-10 at 7 39 31 PM

@tcm390 tcm390 removed their assignment Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants