resource: https://docs.livekit.io/agents/integrations/
Voice information: https://docs.livekit.io/reference/python/livekit/plugins/openai/realtime/realtime_model.html#livekit.plugins.openai.realtime.realtime_model.RealtimeSessionOptions.Voice
How to run the voice agent Locally on the console: py agent.py console
run the voice agent Locally on the livekit client playground: py stt_agent.py dev
How to check if the virtual enviroment is active: python -c "import sys; print(sys.executable)"
How to run Virtual Enviroment: source venv/Scripts/activate
Deepgram Model und sprachen: URL: https://developers.deepgram.com/docs/models-languages-overview#nova-3
OpenAi voice model: URL: https://platform.openai.com/docs/guides/text-to-speech/voice-options
Elevenlab tts model:
URL: https://elevenlabs.io/app/voice-library
frontend js conection for room: https://docs.livekit.io/home/quickstarts/javascript/
uvicorn auth:app --reload
uvicorn app.main:app --reload
python app/services/agents/agent.py console