Update ollama.md

This commit is contained in:
Charles Packer
2023-12-01 11:32:22 -08:00
committed by GitHub
parent d24f294f2b
commit 152f78d3d8

View File

@@ -8,7 +8,6 @@
1. Download + install [Ollama](https://github.com/jmorganca/ollama) and the model you want to test with
2. Download a model to test with by running `ollama run <MODEL_NAME>` in the terminal (check the [Ollama model library](https://ollama.ai/library) for available models)
3. In addition to setting `OPENAI_API_BASE` and `BACKEND_TYPE`, we additionally need to set `OLLAMA_MODEL` (to the Ollama model name)
For example, if we want to use Dolphin 2.2.1 Mistral, we can download it by running:
```sh