By default chatd will manages the AI model for you. This means that chatd will download the model, cache it, and keep it up to date. If you want to use a custom model, you can do so by following the steps below.
- Download Ollama for your platform.
- Select the model you want to use from the Ollama library page.
- Open a terminal and run the following command to download the model:
ollama pull <model_name>
- While Ollama is running, open chatd and click the settings button on the home screen (top right).
- Type the name of the model you want to use in the
Model Name
field and clickSave
.