> ## 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.

# Migrate to Chainlit v1.0.500

<Note>Join the discord for live updates: [https://discord.gg/AzyvDHWARx](https://discord.gg/AzyvDHWARx)</Note>

## Updating Chainlit

Begin the migration by updating Chainlit to the latest version:

```bash theme={null}
pip install --upgrade chainlit
```

## What changes?

Full changelog available [here](https://github.com/Chainlit/chainlit/blob/main/CHANGELOG.md#10500---2023-04-02).

## 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](http://localhost:3002/backend/config/features#default-configuration)).
