Connect orchestrator to Twitch chat

This commit is contained in:
2026-05-12 10:44:58 -05:00
parent 9bc6a7a24e
commit c2d1c176df
4 changed files with 365 additions and 20 deletions

View File

@@ -46,6 +46,8 @@ class Settings(BaseSettings):
TWITCH_CLIENT_SECRET: Optional[str] = None
TWITCH_BOT_USERNAME: Optional[str] = None
TWITCH_CHANNEL_NAME: Optional[str] = None
TWITCH_ACCESS_TOKEN: Optional[str] = None
TWITCH_CHAT_ENABLED: bool = True
# LLM
LLM_PROVIDER: Optional[str] = None # "openai", "ollama", "lm_studio", or None