SALES
2024-02-16 07:02:48 +11:00
committed by GitHub
parent 70e376368f
commit e28f43f892
+8 -1
View File
@@ -4,7 +4,14 @@ The Ollama Python library provides the easiest way to integrate Python 3.8+ proj
## Prerequisites
Prior to be able to use the next steps, you need to have `ollama` [installed](https://ollama.ai/download), up and running:
You need to have a local ollama server running to be able to continue. To do this:
- Download: https://ollama.com/
- Run an LLM: https://ollama.com/library
- Example: `ollama run llama2`
- Example: `ollama run llama2:70b`
Then:
```sh
curl https://ollama.ai/install.sh | sh