-
Notifications
You must be signed in to change notification settings - Fork 8
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
Websocket Disconnects #19
Comments
I'm having the same error every time when I use a prompt override while initializing the conversation. If I don't use the override, it works fine. Error code:
Working code:
Also, message events seem to currently not be triggered in my code (but have worked before). |
Update: I noticed that both my issues mentioned above only happen with the Gemini 1.5 Flash model. |
I forked their code and added websocket reconnects if websocket wasn't closed properly #22 |
@gmrchk @aarthificial @louisjoecodes @sedatcagdas @lacop11 Are you guys at 11labs hiring? I will be happy to join you as contractor part time so that my company can use 11labs conversatonal ai on production 😁 |
@gmrchk @aarthificial @louisjoecodes @sedatcagdas @lacop11 We need this update, because this problem breaks conversations with agents in production systems. |
We are planning to use Conversational AI in production.
We have noticed that sometimes (1 time in 20) during the conversation, the socket closes and we see error like
I suppose it means 1 out of 2 things:
The text was updated successfully, but these errors were encountered: