Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The Ollama Python library provides the easiest way to integrate Python 3.8+ proj
- Pull a model to use with the library: `ollama pull <model>` e.g. `ollama pull llama3.2`
- See [Ollama.com](https://ollama.com/search) for more information on the models available.

The library connects to Ollama running on `http://localhost:11434` by default.
You can change this address with the [custom client](https://github.com/ollama/ollama-python?tab=readme-ov-file#custom-client)
or by setting the [`OLLAMA_HOST`](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-can-i-expose-ollama-on-my-network) environment variable.

## Install

```sh
Expand Down