diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-27 16:30:27 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-27 16:34:29 +0000 |
| commit | 9986746aa890f2490ff18fd4fc79be4de0e4dbe2 (patch) | |
| tree | 094054ddebd76e155eac798ca7ca7fc93fe6c2c5 /docs | |
| parent | 5cbce67fdae7ef697dd999b0f1e3cc6ed9c53e3f (diff) | |
| download | karakeep-9986746aa890f2490ff18fd4fc79be4de0e4dbe2.tar.zst | |
fix: Attempt to increase the reliability of the ollama inference
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/02-installation.md | 2 |
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. |
