-
Notifications
You must be signed in to change notification settings - Fork 527
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
Gemini agent is not working #1242
Comments
looks like TTS worked based on your logs? the error had come from the STT side, are the right services enabled on your Google account? I'm unable to reproduce this on our side. |
Sorry STT, I changed to a different STT and it worked. The API is enabled, I was getting a different error when they weren't enabled. The logs before were really descriptive with the problem this one is a bit harder to debug. I'm not using google's STT, just wanted to report the issue with the demo. A friend replicated the problem with a newly created google account. |
got it, my mistake. was the service activated on Google's side? the demo is working for us here when the STT service is enabled |
It is not working on my end can you check 2025-01-05 21:19:55,822 - DEBUG urllib3.connectionpool - Starting new HTTPS connection (1): oauth2.googleapis.com:443 {"pid": 29913, "job_id": "AJ_bM2KAVUyyZJe"} |
I was testing the voice pipeline agent that uses gemini as LLM through the openai API and google services for the other components in the pipeline (Not the gemini realtime agent which is being worked on)
https://github.com/livekit/agents/blob/main/examples/voice-pipeline-agent/gemini_voice_agent.py
I downloaded it, installed all dependencies, created a set of credentials with the correct permissions and while the welcome message is being streamed I get this error
This is the only error or warning I see on the logs
Here is the log trace in case it helps
I'm going to test with a different stt
The text was updated successfully, but these errors were encountered: