Releases: ollama/ollama-python
Releases · ollama/ollama-python
v0.3.0
v0.2.1
What's Changed
- add done reason to generate type responses by @BruceMacD in #154
- Python API PS by @royjhan in #177
- Avoid side effects if chat message contains images by @tillfalko in #158
- Add py.typed to mark the library as typed by @davep in #129
New Contributors
- @royjhan made their first contribution in #177
- @tillfalko made their first contribution in #158
- @davep made their first contribution in #129
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- doc(README) : add prerequisites by @adriens in #45
- fix: annotation in AsyncClient.embedding by @jingfelix in #145
- Update README.md by @TitanStar73 in #138
- Update README.md link still point legacy url by @veinkr in #135
- remove old options by @mxyng in #152
- add quantization to create requests by @mxyng in #150
Note
Generate and chat options num_gqa
, rope_frequency_base
, and rope_frequency_scale
has been removed.
New Contributors
- @adriens made their first contribution in #45
- @jingfelix made their first contribution in #145
- @TitanStar73 made their first contribution in #138
- @veinkr made their first contribution in #135
Full Changelog: v0.1.9...v0.2.0
v0.1.9
What's Changed
- modified embeddings return annotation by @N-Vlahovic in #114
- fix 'content' check on messages in chat() by @DSLstandard in #118
New Contributors
- @N-Vlahovic made their first contribution in #114
- @DSLstandard made their first contribution in #118
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
What's Changed
- update github actions by @mxyng in #32
- error handling code by @chenxizhang in #34
- fix parse modelfile by @mxyng in #40
- Update README.md by @rachfop in #41
New Contributors
- @chenxizhang made their first contribution in #34
- @rachfop made their first contribution in #41
Full Changelog: v0.1.4...v0.1.5
v0.1.4
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