15 lines
500 B
Plaintext
15 lines
500 B
Plaintext
# Bridge → aria-core (OpenClaw Gateway)
|
|
# Bridge teilt Netzwerk mit aria-core (network_mode: service:aria)
|
|
# → localhost ist aria-core
|
|
ARIA_CORE_WS=ws://127.0.0.1:18789
|
|
|
|
# Wake-Word
|
|
WAKE_WORD=aria
|
|
|
|
# Whisper STT — wird zur Laufzeit in der Diagnostic (Sektion "Whisper") umgeschaltet
|
|
# und in /shared/config/voice_config.json gespeichert. Der Wert hier ist nur der
|
|
# Initial-Default beim ersten Start.
|
|
# Optionen: tiny | base | small | medium | large-v3
|
|
WHISPER_MODEL=medium
|
|
WHISPER_LANGUAGE=de
|