Documentation
¶
Overview ¶
Command voice-google is a headless jargo voice backend.
It uses a Google Gemini LLM, with Deepgram STT and ElevenLabs TTS.
jargo is a backend framework, so this is a server only — it exposes the WebRTC signaling endpoint POST /offer and no web UI. Point a browser client at it (the nextjs-voicebot example in gojargo/jargo-client-react, with NEXT_PUBLIC_JARGO_URL=http://localhost:8080).
DEEPGRAM_API_KEY=… GEMINI_API_KEY=… ELEVENLABS_API_KEY=… go run ./examples/voice/google
Click to show internal directories.
Click to hide internal directories.