Skip to main content
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?

1. Regenerate translations

Since translation files have been updated, you need to regenerate them. To do so, remove the .chainlit/translations folder and restart your application.

2. Update the multi_modal config setting

The multi_modal config setting has been updated. You can either remove the entire ./chainlit/config.toml file and restart your app or update the multi_modal setting manually (example here).