Options
List[str]
default:["*"]
Authorized origins to access the app/copilot.
List[str]
Socket.io client transports option
List[str]
List of environment variables to be provided by each user to use the app. If empty, no environment variables will be asked to the user.
bool
default:false
Whether to persist user environment variables (API keys) to the database. When enabled, users do not need to re-enter their keys on each session.
bool
default:false
Whether to mask user environment variables in the UI using a password-type input field.
str
Path to the local langchain cache database
int
default:300
Duration (in seconds) during which the session is saved when the connection is lost
int
default:1296000
Duration (in seconds) of the user session expiry. 15 days by default
bool
default:false
Enable third parties caching (e.g LangChain cache)