Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

View 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"