merged create and chat create in one tab
This commit is contained in:
@@ -80,6 +80,7 @@ class Settings(BaseSettings):
|
||||
teams_enabled: bool = False
|
||||
microsoft_app_id: str = ""
|
||||
microsoft_app_secret: str = ""
|
||||
microsoft_app_tenant_id: str = "botframework.com" # "botframework.com" for multi-tenant, tenant ID for single-tenant
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_file=".env",
|
||||
|
||||
Reference in New Issue
Block a user