Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 952 Bytes

select_a_custom_model.md

File metadata and controls

25 lines (15 loc) · 952 Bytes

Select a Custom Model

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.

Requirements

Steps

  1. Download Ollama for your platform.
  2. Select the model you want to use from the Ollama library page.
  3. Open a terminal and run the following command to download the model:
ollama pull <model_name>
  1. While Ollama is running, open chatd and click the settings button on the home screen (top right).

Home screen with Ollama connected

  1. Type the name of the model you want to use in the Model Name field and click Save.

Select a model