[project] # If true (default), the app will be available to anonymous users. # If false, users will need to authenticate and be part of the project to use the app. public = false # The project ID (found on https://cloud.chainlit.io). # The project ID is required when public is set to false or when using the cloud database. id = "book-broomva-MaXV64dfhISZ" # Uncomment if you want to persist the chats. # local will create a database in your .chainlit directory (requires node.js installed). # cloud will use the Chainlit cloud database. # custom will load use your custom client. database = "cloud" # Whether to enable telemetry (default: true). No personal data is collected. enable_telemetry = false # List of environment variables to be provided by each user to use the app. user_env = [] multi_modal = false # Duration (in seconds) during which the session is saved when the connection is lost session_timeout = 3600 [UI] # Name of the app and chatbot. name = "Broomva Book Chat" # Description of the app and chatbot. This is used for HTML tags. # description = "" # The default value for the expand messages settings. default_expand_messages = false # Hide the chain of thought details from the user in the UI. hide_cot = false # Link to your github repo. This will add a github button in the UI's header. github = "https://github.com/Broomva/book.broomva.tech" [meta] generated_by = "0.6.2" # Specify a CSS file that can be used to customize the user interface. # The CSS file can be served from the public directory or via an external link. # custom_css = "/public/test.css" # # Override default MUI light theme. (Check theme.ts) # [UI.theme.light] # background = "#FAFAFA" # paper = "#FFFFFF" # [UI.theme.light.primary] # main = "#F80061" # dark = "#980039" # light = "#FFE7EB" # # Override default MUI dark theme. (Check theme.ts) # [UI.theme.dark] # background = "#FAFAFA" # paper = "#FFFFFF" # [UI.theme.dark.primary] # main = "#F80061" # dark = "#980039" # light = "#FFE7EB"