Gate chat interaction on Twitch live status
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user