merged create and chat create in one tab

This commit is contained in:
2026-02-23 16:13:14 +01:00
parent d3ebffa811
commit 005059be84
9 changed files with 175 additions and 14 deletions

View File

@@ -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",