able-jackal-19719
05/08/2025, 9:43 AMtall-airline-16756
05/08/2025, 9:43 AMtall-airline-16756
05/08/2025, 9:43 AMupdate_options()
method available in various TTS implementations. For example, you can update parameters like the model, voice, language, and other settings without restarting your application. Additionally, you can switch TTS providers by modifying the configuration in your application code. Let me know if you need further details or examples!
Sources: livekit.plugins.deepgram API documentation | Tree View: | dse-workbench | livekit.plugins.cartesia API documentation | AI Voice Assistant Quickstart | LiveKit Docsable-jackal-19719
05/08/2025, 9:45 AMtall-airline-16756
05/08/2025, 9:45 AMagent.py
file and update the imported plugins list to include `cartesia`:
2. Update the tts
plugin for your assistant in the agent.py
file:
3. Update your .env.local
file to include your Cartesia API key:
4. Install the Cartesia plugin locally:
5. Start your agent:
Let me know if you need further assistance!
Sources: AI Voice Assistant Quickstart | LiveKit Docs | AI Voice Assistant Quickstart | LiveKit Docsable-jackal-19719
05/08/2025, 9:46 AMtall-airline-16756
05/08/2025, 9:46 AMagent.py
file. If runtime switching is critical for your use case, I recommend consulting with a developer or exploring the API documentation further. Let me know if you'd like me to assist with anything else!