Config
Project
Options
enable_telemetry
bool
default: trueWhether to enable telemetry (default: true). No personal data is collected.
allow_origins
List[str]
default: ["*"]Authorized origins to access the app/copilot.
user_env
List[str]
default: []List of environment variables to be provided by each user to use the app.
session_timeout
int
default: 3600Duration (in seconds) during which the session is saved when the connection is lost
cache
bool
default: falseEnable third parties caching (e.g LangChain cache)
follow_symlink
bool
default: falseFollow symlink for asset mount (see https://github.com/Chainlit/chainlit/issues/317)