Fresh start - excluded large ROM JSON files
This commit is contained in:
20
docker/discord-voice-bot/config.yaml
Normal file
20
docker/discord-voice-bot/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# GLaDOS Voice - Discord Bot Configuration
|
||||
|
||||
# Discord
|
||||
discord:
|
||||
token: "MTQ2ODY4NjI5MjAwMjAxMzE4Ng.GXFAhW.Xs78DhqpSOpvRySc1UVGFsXy8EHF19AZ5rrgH4"
|
||||
|
||||
# Wyoming Whisper (STT)
|
||||
whisper:
|
||||
host: "localhost"
|
||||
port: 10300
|
||||
|
||||
# HTTP TTS (for GLaDOS voice)
|
||||
tts:
|
||||
http_url: "http://localhost:5050"
|
||||
voice: "glados"
|
||||
|
||||
# Ollama (LLM)
|
||||
ollama:
|
||||
base_url: "http://localhost:11434"
|
||||
model: "kimi-k2.5:cloud"
|
||||
Reference in New Issue
Block a user