From dfe2a83c333a55f78f64ea96de18e15ca8ec97bd Mon Sep 17 00:00:00 2001 From: efugier Date: Mon, 6 May 2024 17:48:50 +0200 Subject: [PATCH] feat(README): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3063a8e..465ab01 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ see [the config setup file](./src/config/mod.rs) for more details. ## Ollama setup -1. [Install Ollama](https://github.com/ollama/ollama) +1. [Install Ollama](https://github.com/ollama/ollama#ollama) 2. Pull the model you plan on using `ollama pull phi3` 3. Test the model `ollama run phi3 "say hi"` 4. Make sure the serving is available `curl http://localhost:11434` which should say "Ollama is running", else you might need to run `ollama serve`