-
v0.5.3 Stable
released this
2025-08-07 16:42:12 -05:00 | 20 commits to main since this releaseWhat's Changed
- add support for 'high'/'medium'/'low' think values by @drifkin in https://github.com/ollama/ollama-python/pull/553
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.5.2...v0.5.3
Downloads
-
v0.5.2 Stable
released this
2025-08-05 17:59:56 -05:00 | 22 commits to main since this releaseWhat's Changed
-
types/examples: add tool_name to message and examples by @ParthSareen in https://github.com/ollama/ollama-python/pull/537
-
types: add
context_lengthto ProcessResponse by @ParthSareen in https://github.com/ollama/ollama-python/pull/538 -
types: relax type for tools by @ParthSareen in https://github.com/ollama/ollama-python/pull/550
-
add license metadata to package by @ViViDboarder in https://github.com/ollama/ollama-python/pull/526
New Contributors
- @hwittenborn made their first contribution in https://github.com/ollama/ollama-python/pull/525
- @ViViDboarder made their first contribution in https://github.com/ollama/ollama-python/pull/526
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.5.1...v0.5.2
Downloads
-
-
v0.5.1 Stable
released this
2025-05-30 16:32:05 -05:00 | 30 commits to main since this releaseWhat's Changed
- fully add thinking support to
generate()by @drifkin in https://github.com/ollama/ollama-python/pull/524
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.5.0...v0.5.1
Downloads
- fully add thinking support to
-
v0.5.0 Stable
released this
2025-05-29 18:02:56 -05:00 | 32 commits to main since this releaseWhat's Changed
- add support for thinking by @drifkin in https://github.com/ollama/ollama-python/pull/521
New Contributors
- @drifkin made their first contribution in https://github.com/ollama/ollama-python/pull/521
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.9...v0.5.0
Downloads
-
v0.4.9 Pre-Release
released this
2025-05-14 21:27:48 -05:00 | 35 commits to main since this releaseWhat's Changed
- add capabilities to show response. by @jayrinaldime in https://github.com/ollama/ollama-python/pull/511
- build improvements: use hatch instead of poetry by @mxyng in https://github.com/ollama/ollama-python/pull/445
New Contributors
- @jayrinaldime made their first contribution in https://github.com/ollama/ollama-python/pull/511
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.8...v0.4.9
Downloads
-
v0.4.8 Stable
released this
2025-04-16 15:33:51 -05:00 | 37 commits to main since this releaseWhat's Changed
- client: add support for passing in Image type to generate by @ParthSareen in https://github.com/ollama/ollama-python/pull/408
- types: relax enum type for tool by @ParthSareen in https://github.com/ollama/ollama-python/pull/498
- types: allow single or multiple types tool property by @ParthSareen in https://github.com/ollama/ollama-python/pull/499
- types: enable passing messages with arbitrary role by @rylativity in https://github.com/ollama/ollama-python/pull/462
- types: allow items and defs for tools by @ParthSareen in https://github.com/ollama/ollama-python/pull/501
- examples: update tools.py to nicely manage numbers instead of concat strings by @ddbit in https://github.com/ollama/ollama-python/pull/443
- examples: fix example links by @ansent788 in https://github.com/ollama/ollama-python/pull/461
- chore: add SECURITY.md by @ParthSareen in https://github.com/ollama/ollama-python/pull/479
- poetry: update dependencies by @ParthSareen in https://github.com/ollama/ollama-python/pull/505
New Contributors
- @ddbit made their first contribution in https://github.com/ollama/ollama-python/pull/443
- @rylativity made their first contribution in https://github.com/ollama/ollama-python/pull/462
- @ansent788 made their first contribution in https://github.com/ollama/ollama-python/pull/461
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.7...v0.4.8
Downloads
-
v0.4.7 Stable
released this
2025-01-21 12:20:11 -06:00 | 46 commits to main since this releaseWhat's Changed
-
client: remove sha256 as it's already available in the digest by @samhita-alla in https://github.com/ollama/ollama-python/pull/420
-
client: improve error messaging on connection failure by @ParthSareen in https://github.com/ollama/ollama-python/pull/398
-
chore: bump httpx from 0.27.2 to 0.28.1 by @dependabot in https://github.com/ollama/ollama-python/pull/365
-
chore: ensure imports are sorted by @akx in https://github.com/ollama/ollama-python/pull/385
-
examples: fix create examples by @jmorganca in https://github.com/ollama/ollama-python/pull/421
-
examples: update create example by @ParthSareen in https://github.com/ollama/ollama-python/pull/418
-
fix: don't run lints on all Python versions by @akx in https://github.com/ollama/ollama-python/pull/400
-
fix: formatting & CI by @akx in https://github.com/ollama/ollama-python/pull/422
-
chore: add tests for checking sha in blob request by @ParthSareen in https://github.com/ollama/ollama-python/pull/425
New Contributors
- @samhita-alla made their first contribution in https://github.com/ollama/ollama-python/pull/420
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.6...v0.4.7
Downloads
-
-
v0.4.6 Stable
released this
2025-01-13 19:27:25 -06:00 | 55 commits to main since this releaseWhat's Changed
- add create api changes to support ollama v0.5.5 by @pdevine in https://github.com/ollama/ollama-python/pull/417
New Contributors
- @pdevine made their first contribution in https://github.com/ollama/ollama-python/pull/417
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.5...v0.4.6
Downloads
-
v0.4.5 Stable
released this
2024-12-29 16:43:07 -06:00 | 70 commits to main since this releaseWhat's Changed
- examples: remove extra print by @ParthSareen in https://github.com/ollama/ollama-python/pull/364
- examples: use type hinting generics in standard collections. by @fujitatomoya in https://github.com/ollama/ollama-python/pull/389
- bugfix: export Image model by @akx in https://github.com/ollama/ollama-python/pull/384
- bugfix: fix passing Image type in messages for chat @ParthSareen in https://github.com/ollama/ollama-python/pull/390
New Contributors
- @akx made their first contribution in https://github.com/ollama/ollama-python/pull/384
- @fujitatomoya made their first contribution in https://github.com/ollama/ollama-python/pull/389
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.4...v0.4.5
Downloads
-
v0.4.4 Stable
released this
2024-12-07 21:37:55 -06:00 | 75 commits to main since this releaseWhat's Changed
- fix validation of
formatto allow empty strings as it did previously by @jmorganca in https://github.com/ollama/ollama-python/pull/369
Full Changelog: https://github.com/ollama/ollama-python/compare/v0.4.3...v0.4.4
Downloads
- fix validation of
mirror of
https://github.com/ollama/ollama-python.git
synced 2026-02-15 09:07:32 -06:00