Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions examples/540-livekit-voice-agent-python/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Deepgram API key for speech-to-text and text-to-speech
DEEPGRAM_API_KEY=

# LiveKit server connection
LIVEKIT_URL=wss://your-livekit-server.livekit.cloud
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=

# OpenAI API key for the LLM
OPENAI_API_KEY=
Loading