open_notebook/services
dschlueter fb1fbcfabe Add local TTS/STT wrapper servers (chatterbox, faster-whisper) as openai_compatible providers
Wraps the locally installed chatterbox-tts and faster-whisper packages in thin
FastAPI servers implementing OpenAI's audio API shape, since neither Ollama nor
OpenRouter support speech. Pinned to GPU 2 to avoid contending with Ollama's
resident models on GPU 1. Requires UFW rules for 8901/8902 (same pattern as
the existing 11434 rule) since UFW defaults to deny-incoming.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-10 21:41:44 +02:00
..
stt_server.py Add local TTS/STT wrapper servers (chatterbox, faster-whisper) as openai_compatible providers 2026-07-10 21:41:44 +02:00
tts_server.py Add local TTS/STT wrapper servers (chatterbox, faster-whisper) as openai_compatible providers 2026-07-10 21:41:44 +02:00