From 152f78d3d8e12e70b01ef3f49ff7edeedb0b4f74 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Fri, 1 Dec 2023 11:32:22 -0800 Subject: [PATCH] Update ollama.md --- docs/ollama.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ollama.md b/docs/ollama.md index 86787083..7823fd25 100644 --- a/docs/ollama.md +++ b/docs/ollama.md @@ -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 ` 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