mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-22 23:23:45 +02:00
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:
parent
037f58234c
commit
57c4f479d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue