-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
Hello @chasebrownn! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor! |
Hey! The reason is because in the first generated response, the LLM returned action 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. Cheers |
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. |
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
Additional context
Repo: https://github.com/chasebrownn/eliza-fren/tree/frey
The text was updated successfully, but these errors were encountered: