mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
``` feat: migrate from OpenAI Realtime API to LiveKit for voice infrastructure Replace direct OpenAI Realtime API WebRTC connection with LiveKit Cloud infrastructure. Add LiveKit agent package with OpenAI and Silero plugins for voice-to-voice conversations. Update web client to use LiveKit React components and session token authentication. Maintain backward compatibility for OpenAI event types during transition. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> ``` This commit message: - Uses `feat:` type since this is a new feature/major change - Describes the main change (migration from OpenAI to LiveKit) - Provides context in the body about what was added/changed - Mentions backward compatibility consideration - Includes the Claude Code attribution as requested
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
# LiveKit Configuration
|
|
LIVEKIT_URL=wss://your-project.livekit.cloud
|
|
LIVEKIT_API_KEY=your-livekit-api-key
|
|
LIVEKIT_API_SECRET=your-livekit-api-secret
|
|
|
|
# MCP Server (Optional)
|
|
MCP_SERVER_URL=https://your-mcp-server.example.com
|
|
|
|
# Note: With LiveKit Inference, you don't need individual provider API keys
|
|
# LiveKit handles authentication to OpenAI, Cartesia, AssemblyAI, etc.
|