-
Notifications
You must be signed in to change notification settings - Fork 782
How to define the voice and language for the gemini live api while deploying a voice streaming agent? #340
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
Comments
Use the https://github.com/google/adk-python/blob/main/src/google/adk/agents/run_config.py#L41. Good first issue: update the documentation for the use of speech config. |
@hangfei @boyangsvl shall I update the documentation for this? |
Yes, please go ahead! Thanks! |
@boyangsvl Correct me if I'm wrong, the documentation changes has to be done in this adk-docs repo ? |
Yes, you are right. |
@boyangsvl I've added a PR #186 for the complete |
Are these parameters configurable only via 5. Building a Custom Streaming App (Optional) or is there a way to set them using 4. Try the agent with adk web? Making this explicit in the docs would help users too. |
@henrylawson As far as I've explored on ADK implementation and based on the documentation live_events = runner.run_live(
session=session,
live_request_queue=live_request_queue,
run_config=run_config,
) And also adk web which uses the angular code has this audio functionality implemented which consumes this FastAPI endpoint present in the adk implementation. There is no other way to set these parameters in Cc: @boyangsvl @hangfei |
No description provided.
The text was updated successfully, but these errors were encountered: