Releases: ollama/ollama-python
Releases · ollama/ollama-python
v0.1.3
Important
The base_url
argument to ollama.Client
and ollama.AsyncClient
have been updated to match Ollama CLI. This also updates the keyword to host
, for example ollama.Client(host='http://my.remote.ollama')
.
What's Changed
- ci: give publish job content perms by @mxyng in #11
- add example for pulling with progress bar by @mxyng in #13
- examples by @mxyng in #15
- fix: update OLLAMA_HOST parsing to match ollama CLI by @mxyng in #16
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.0
What's Changed
- fix: remote create new file by @BruceMacD in #8
New Contributors
- @BruceMacD made their first contribution in #8
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Full Changelog: https://github.com/jmorganca/ollama-python/commits/v0.0.1