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.
This commit is contained in:
Radnos 2024-04-29 13:47:03 +02:00 committed by GitHub
parent 037f58234c
commit 57c4f479d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)⭐ ⭐[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: 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 Then, clone/download this repository