Merge pull request #65 from Radnos/main

Updated README.md for default local model.
This commit is contained in:
Kolby Nottingham 2024-04-29 09:21:05 -07:00 committed by GitHub
commit 1a148c0222
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)⭐
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