Disable API key requirement for Edge TTS

Set REQUIRE_API_KEY=False so it works without authentication.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Gemini Agent
2026-01-18 01:49:52 +00:00
parent 576b0ae6a6
commit 6a29e7263f

View File

@@ -17,6 +17,8 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "5050:5050" - "5050:5050"
environment:
- REQUIRE_API_KEY=False
# Kokoro TTS - High-quality but slower (generates full audio before playing) # Kokoro TTS - High-quality but slower (generates full audio before playing)
kokoro: kokoro: