We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109aeba commit 345b864Copy full SHA for 345b864
README.md
@@ -2,14 +2,14 @@
2
3
The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/ollama/ollama).
4
5
+The library connects to Ollama running on `http://localhost:11434` by default.
6
+
7
## Prerequisites
8
9
- [Ollama](https://ollama.com/download) should be installed and running
10
- Pull a model to use with the library: `ollama pull <model>` e.g. `ollama pull llama3.2`
11
- See [Ollama.com](https://ollama.com/search) for more information on the models available.
12
-The library connects to Ollama running on `http://localhost:11434` by default.
-
13
## Install
14
15
```sh
0 commit comments