Skip to content

Commit 345b864

Browse files
committed
Move localhost default up
Per @ParthSareen review
1 parent 109aeba commit 345b864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/ollama/ollama).
44

5+
The library connects to Ollama running on `http://localhost:11434` by default.
6+
57
## Prerequisites
68

79
- [Ollama](https://ollama.com/download) should be installed and running
810
- Pull a model to use with the library: `ollama pull <model>` e.g. `ollama pull llama3.2`
911
- See [Ollama.com](https://ollama.com/search) for more information on the models available.
1012

11-
The library connects to Ollama running on `http://localhost:11434` by default.
12-
1313
## Install
1414

1515
```sh

0 commit comments

Comments
 (0)