Error during integration agent with eleven labs #1462
Replies: 4 comments 2 replies
-
|
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
|
Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Try to setup multi languages
{ "type": "Settings", "audio": { "input": { "encoding": "mulaw", "sample_rate": 8000 }, "output": { "encoding": "mulaw", "sample_rate": 8000, "container": "none" } }, "agent": { "language": "multi", "listen": { "provider": { "type": "deepgram", "model": "nova-3" } }, "think": { "provider": { "type": "open_ai", "model": "gpt-4o-mini" }, "prompt": some info, "functions": [ ..... ] }, "speak": { "provider": { "type": "eleven_labs", "model_id": "eleven_multilingual_v2", "language_code": "en" }, "endpoint": { "url": "wss://api.elevenlabs.io/v1/text-to-speech/dcnUh5SzrOkP1aCO1gEr/stream-input", "headers": { "xi-api-key": "xxx863d3" } } } } }after success connection receive message like this
We did not receive audio within our timeout. Please make sure you are sending binary messages containing user speech, but when use deepgram as speak provider everything is Ok.I am using C#
Beta Was this translation helpful? Give feedback.
All reactions