Documentation Index
Fetch the complete documentation index at: https://docs.chainlit.io/llms.txt
Use this file to discover all available pages before exploring further.
Join the discord for live updates: https://discord.gg/AzyvDHWARx
Updating Chainlit
Begin the migration by updating Chainlit to the latest version:What changes?
Full changelog available here.How to migrate?
Rename the multi_modal config setting
Themulti_modal config setting has been renamed spontaneous_file_upload. You can either remove the entire ./chainlit/config.toml file and restart your app or rename the multi_modal setting manually (example here).