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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ A collection of working examples showing how to use Deepgram SDKs with popular p
| [500](examples/500-semantic-kernel-voice-plugin-dotnet/) | Semantic Kernel Voice Plugin with Deepgram (.NET) | JavaScript | Semantic Kernel |
| [510](examples/510-gin-live-transcription-go/) | Gin Real-Time WebSocket Transcription Server | Go | Gin |
| [520](examples/520-node-deepgram-proxy/) | Deepgram Proxy Server (Node.js) | Node.js | Deepgram SDK |
| [540](examples/540-livekit-agents-python/) | LiveKit Agents with Deepgram STT/TTS | Python | LiveKit |
<!-- examples-table-end -->

## CI / testing
Expand Down
10 changes: 10 additions & 0 deletions examples/540-livekit-agents-python/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Deepgram API credentials
DEEPGRAM_API_KEY=

# OpenAI API credentials (for LLM)
OPENAI_API_KEY=

# LiveKit server credentials
LIVEKIT_URL=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
Loading