Replies: 3 comments 1 reply
-
|
Also having both multiple modality like [TEXT, AUDIO] and no speech_config, it fails as well with the same error. |
Beta Was this translation helpful? Give feedback.
-
|
This is likely a Gemini Live API issue. Please reach out to Gemini Live API team. Do you see it works without cloudrun and with speech config? |
Beta Was this translation helpful? Give feedback.
-
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: This error likely stems from one of two issues: 1) The audio format being sent from your client (e.g., sample rate) does not match what the server expects for bidirectional streaming, or 2) The underlying LLM is not compatible with the Gemini Live API, which is required for audio modality. Hello! Thanks for the detailed report. The error Here are a couple of things to check:
Your observation that it also fails with [1] https://google.github.io/adk-docs/deploy/gke/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Project setup
Session creaetion
Observing events and place of crash
Error in "Agent-to-client" log
When I run this code:
When I run AUDIO without speech config it works as expected.
Beta Was this translation helpful? Give feedback.
All reactions