Initial commit
This commit is contained in:
commit
9cea1c1bba
13 changed files with 848 additions and 0 deletions
27
.env.example
Normal file
27
.env.example
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
LIVEKIT_URL=ws://localhost:7880
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_SECRET=secret
|
||||
|
||||
# ── LLM ───────────────────────────────────────────────────────────────
|
||||
DEFAULT_MODEL=hf.co/mradermacher/Heretic-Dolphin3.0-Qwen2.5-3b-i1-GGUF:Q4_K_M
|
||||
# OLLAMA_BASE_URL is set automatically in docker-compose; override here if running agent manually:
|
||||
# OLLAMA_BASE_URL=http://localhost:11434/v1
|
||||
|
||||
# ── TTS backend: kokoro | piper | elevenlabs | openai ─────────────────
|
||||
TTS_BACKEND=kokoro
|
||||
|
||||
# Kokoro
|
||||
KOKORO_BASE_URL=http://localhost:8880/v1
|
||||
# Voices: af_heart af_sky af_bella am_adam am_michael bm_lewis bf_emma
|
||||
KOKORO_VOICE=af_heart
|
||||
|
||||
# ElevenLabs (set TTS_BACKEND=elevenlabs to use)
|
||||
# ELEVENLABS_API_KEY=sk-...
|
||||
# ELEVENLABS_VOICE_ID=21m00Tcm4TlvDq8ikWAM
|
||||
|
||||
# Piper (set TTS_BACKEND=piper to use)
|
||||
# PIPER_MODEL=en_US-libritts-high
|
||||
|
||||
# ── STT ───────────────────────────────────────────────────────────────
|
||||
# faster-whisper model: tiny | base | small | medium | large-v3
|
||||
WHISPER_MODEL=base
|
||||
Loading…
Add table
Add a link
Reference in a new issue