Add local MeloTTS support
This commit is contained in:
@@ -7,6 +7,14 @@ LOCAL_AI_PYTHON=python
|
||||
AUDIO_SOURCE=
|
||||
|
||||
DEBUG=false
|
||||
TTS_ENABLED=true
|
||||
TTS_IMAGE=realtime-voice-bot-melotts:v0.1.2
|
||||
TTS_LANGUAGE=KR
|
||||
TTS_SPEAKER=KR
|
||||
TTS_DEVICE=cpu
|
||||
TTS_SPEED=1
|
||||
TTS_CACHE_DIR=.local-ai/tts-cache
|
||||
TTS_OUTPUT_DIR=.local-ai/tts-output
|
||||
OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
OLLAMA_MODEL=qwen3:8b
|
||||
OLLAMA_KEEP_ALIVE=5m
|
||||
|
||||
Reference in New Issue
Block a user