Skip to content

Releases: ollama/ollama-python

v0.2.0

10 May 21:13
5dc857e
Compare
Choose a tag to compare

What's Changed

Note

Generate and chat options num_gqa, rope_frequency_base, and rope_frequency_scale has been removed.

New Contributors

Full Changelog: v0.1.9...v0.2.0

v0.1.9

26 Apr 00:12
e403d74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

27 Mar 17:38
6b351e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

01 Mar 22:37
fcdf577
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

02 Feb 16:52
cdec2ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 Jan 22:33
c27eebc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

23 Jan 23:21
19e7a3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 Jan 22:10
43d3648
Compare
Choose a tag to compare

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

16 Jan 20:23
1a60f07
Compare
Choose a tag to compare

What's Changed

  • s/target/destination/ by @mxyng in #9
  • Changed 'show' to use POST instead of GET by @easp in #10

New Contributors

  • @easp made their first contribution in #10

Full Changelog: v0.1.0...v0.1.2

v0.1.0

12 Jan 19:46
fc60bd7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0