Logo
Explore Help
Register Sign In
ollama/ollama-python
1
0
Fork 0
You've already forked ollama-python
mirror of https://github.com/ollama/ollama-python.git synced 2026-02-15 09:07:32 -06:00
Code Issues Packages Projects Releases 30 Wiki Activity

30 Releases 33 Tags

RSS Feed
  • v0.5.3 53ff3cd025

    v0.5.3 Stable

    giteasync released this 2025-08-07 16:42:12 -05:00 | 20 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.5.3-py3-none-any.whl
      13 KiB
    • ollama-0.5.3-py3-none-any.whl.publish.attestation
      9.3 KiB
    • ollama-0.5.3.tar.gz
      42 KiB
    • ollama-0.5.3.tar.gz.publish.attestation
      9.3 KiB
  • v0.5.2 34e98bd237

    v0.5.2 Stable

    giteasync released this 2025-08-05 17:59:56 -05:00 | 22 commits to main since this release

    What'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_length to 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.5.2-py3-none-any.whl
      13 KiB
    • ollama-0.5.2-py3-none-any.whl.publish.attestation
      9.2 KiB
    • ollama-0.5.2.tar.gz
      42 KiB
    • ollama-0.5.2.tar.gz.publish.attestation
      9.2 KiB
  • v0.5.1 ce6846e4fc

    v0.5.1 Stable

    giteasync released this 2025-05-30 16:32:05 -05:00 | 30 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.5.1-py3-none-any.whl
      13 KiB
    • ollama-0.5.1-py3-none-any.whl.publish.attestation
      9.2 KiB
    • ollama-0.5.1.tar.gz
      40 KiB
    • ollama-0.5.1.tar.gz.publish.attestation
      9.3 KiB
  • v0.5.0 756bd8f31a

    v0.5.0 Stable

    giteasync released this 2025-05-29 18:02:56 -05:00 | 32 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.5.0-py3-none-any.whl
      13 KiB
    • ollama-0.5.0-py3-none-any.whl.publish.attestation
      9.2 KiB
    • ollama-0.5.0.tar.gz
      40 KiB
    • ollama-0.5.0.tar.gz.publish.attestation
      9.1 KiB
  • v0.4.9 5d7c63fae1

    v0.4.9 Pre-Release

    giteasync released this 2025-05-14 21:27:48 -05:00 | 35 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.8 65f94b4fba

    v0.4.8 Stable

    giteasync released this 2025-04-16 15:33:51 -05:00 | 37 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.4.8-py3-none-any.whl
      13 KiB
    • ollama-0.4.8-py3-none-any.whl.publish.attestation
      9.1 KiB
    • ollama-0.4.8.tar.gz
      13 KiB
    • ollama-0.4.8.tar.gz.publish.attestation
      9.0 KiB
  • v0.4.7 0561f42701

    v0.4.7 Stable

    giteasync released this 2025-01-21 12:20:11 -06:00 | 46 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.4.7-py3-none-any.whl
      13 KiB
    • ollama-0.4.7-py3-none-any.whl.publish.attestation
      9.1 KiB
    • ollama-0.4.7.tar.gz
      13 KiB
    • ollama-0.4.7.tar.gz.publish.attestation
      9.0 KiB
  • v0.4.6 2cad1f5428

    v0.4.6 Stable

    giteasync released this 2025-01-13 19:27:25 -06:00 | 55 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.4.6-py3-none-any.whl
      13 KiB
    • ollama-0.4.6-py3-none-any.whl.publish.attestation
      9.3 KiB
    • ollama-0.4.6.tar.gz
      13 KiB
    • ollama-0.4.6.tar.gz.publish.attestation
      9.3 KiB
  • v0.4.5 ee349ecc6d

    v0.4.5 Stable

    giteasync released this 2024-12-29 16:43:07 -06:00 | 70 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.4.5-py3-none-any.whl
      13 KiB
    • ollama-0.4.5-py3-none-any.whl.publish.attestation
      8.9 KiB
    • ollama-0.4.5.tar.gz
      13 KiB
    • ollama-0.4.5.tar.gz.publish.attestation
      8.9 KiB
  • v0.4.4 1066246ab5

    v0.4.4 Stable

    giteasync released this 2024-12-07 21:37:55 -06:00 | 75 commits to main since this release

    What's Changed

    • fix validation of format to 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-0.4.4-py3-none-any.whl
      13 KiB
    • ollama-0.4.4-py3-none-any.whl.publish.attestation
      9.1 KiB
    • ollama-0.4.4.tar.gz
      13 KiB
    • ollama-0.4.4.tar.gz.publish.attestation
      9.1 KiB
First Previous 1 2 3 Next Last
Powered by Gitea Version: 1.23.7 Page: 890ms Template: 32ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API