From 57c4f479d8e8e0fcca9b277b1baae8dfb952bdef Mon Sep 17 00:00:00 2001 From: Radnos Date: Mon, 29 Apr 2024 13:47:03 +0200 Subject: [PATCH] update README.md, phi3 to llama3 In the default profile for local models (Radley.json) llama3 was set, but the readme specified phi3 as default instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ffe81e..7d6cf78 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add one of these environment variables: ⭐[How do I add the API key as an environment variable?](https://phoenixnap.com/kb/windows-set-environment-variable)⭐ If you use Ollama, to install the models used by default (generation and embedding), execute the following terminal command: -`ollama pull phi3 && ollama pull nomic-embed-text` +`ollama pull llama3 && ollama pull nomic-embed-text` Then, clone/download this repository