Update README.md

Add a quick note to handle cases where Ollama is not running and new users may be confused. Seeks to address issue #6204
This commit is contained in:
Raymond Camden 2024-09-03 15:54:24 -05:00 committed by GitHub
parent 50c05d57e0
commit ddb25559c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,8 @@ To run and chat with [Llama 3.1](https://ollama.com/library/llama3.1):
ollama run llama3.1
```
If you get an error, `Error: could not connect to ollama app, is it running?`, you may need to manually start it with `ollama start`.
## Model library
Ollama supports a list of models available on [ollama.com/library](https://ollama.com/library 'ollama model library')