kind-postman-17041
02/28/2025, 12:01 AMgray-monkey-83525
02/28/2025, 12:01 AMagent.say()
function works because the TTS is likely configured correctly to handle the output from the LLM. However, with Google models, there might be a mismatch or misconfiguration in the TTS setup.
To address this, ensure that your TTS is properly configured to work with Google models. According to the LiveKit documentation, you should use the Google TTS plugin and ensure that your environment is set up with the necessary credentials, such as GOOGLE_APPLICATION_CREDENTIALS
. Additionally, verify that the TTS is correctly initialized and that the voice settings are compatible with the Google model outputs.
Would you like more detailed guidance on setting up Google TTS with your agent?
Sources:
- https://livekit-users.slack.com/archives/C07FY8WHGPM/p1732022090.671149
- https://livekit-users.slack.com/archives/C07FY8WHGPM/p1731289165.978149 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.kind-postman-17041
02/28/2025, 12:04 AMgray-monkey-83525
02/28/2025, 12:04 AM