Add offline Twitch chat test mode

This commit is contained in:
2026-05-12 18:57:49 -05:00
parent b249f82631
commit 5c920fa309
3 changed files with 27 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class Settings(BaseSettings):
TWITCH_CHAT_ENABLED: bool = True
TWITCH_REQUIRE_LIVE_STREAM: bool = True
TWITCH_LIVE_STATUS_CACHE_SECONDS: int = 60
TWITCH_OFFLINE_CHAT_TEST_MODE: bool = False
# LLM
LLM_PROVIDER: Optional[str] = None # "openai", "ollama", "lm_studio", or None