Documentation
¶
Overview ¶
Command voice-together is a headless jargo voice backend.
It uses a Together AI LLM (OpenAI-compatible), 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=… TOGETHER_API_KEY=… ELEVENLABS_API_KEY=… go run ./examples/voice/together
Click to show internal directories.
Click to hide internal directories.