Gate chat interaction on Twitch live status

This commit is contained in:
2026-05-12 18:49:28 -05:00
parent e3b0fc5be8
commit b249f82631
5 changed files with 255 additions and 2 deletions

View File

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