aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/02-installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/02-installation.md b/docs/docs/02-installation.md
index 70fc3bb1..94d44f5d 100644
--- a/docs/docs/02-installation.md
+++ b/docs/docs/02-installation.md
@@ -55,7 +55,7 @@ Learn more about the costs of using openai [here](/openai).
- Make sure ollama is running.
- Set the `OLLAMA_BASE_URL` env variable to the address of the ollama API.
- - Set `INFERENCE_TEXT_MODEL` to the model you want to use for text inference in ollama (for example: `llama2`)
+ - Set `INFERENCE_TEXT_MODEL` to the model you want to use for text inference in ollama (for example: `mistral`)
- Set `INFERENCE_IMAGE_MODEL` to the model you want to use for image inference in ollama (for example: `llava`)
- Make sure that you `ollama pull`-ed the models that you want to use.