Skip to content

Releases: awaescher/OllamaSharp

Release 5.0.6

03 Feb 10:23
9bf2377
Compare
Choose a tag to compare
  • Fixed object conversion when using Semantic Kernel #183

Thanks @MarkWard0110

Release 5.0.5

31 Jan 07:30
8c3b956
Compare
Choose a tag to compare
  • Added support for structured output when using Microsoft.Extensions.AI #180

Thanks @jmatthiesen and @stephentoub

Release 5.0.4

27 Jan 10:32
cc180cc
Compare
Choose a tag to compare

Thanks @mili-tan and me 🙈

Release 5.0.3

22 Jan 06:32
71ccc5e
Compare
Choose a tag to compare
  • Added the mapping from Micosoft's MaxOutputTokens to Ollama's NumPredict #175

Thanks @Puchaczov

Release 5.0.2

15 Jan 19:45
7d5ffbb
Compare
Choose a tag to compare
  • Updated Microsoft.Extensions.AI.Abstractions to 9.1.0-preview.1.25064.3 #172

Thanks @stephentoub

Release 5.0.1

15 Jan 16:13
7549d86
Compare
Choose a tag to compare
  • Added PushBlobAsync() and IsBlobExistsAsync() #169
  • Updated CreateModelRequest for a breaking change in Ollama v0.5.5 #169

    The /api/create API endpoint that powers ollama create has been changed to improve conversion time and also accept a JSON object. Note: this change is not backwards compatible. If importing models, make sure you're using version 0.5.5 or later for both Ollama and the ollama CLI when running ollama create. If using ollama.create in the Python or JavaScript libraries, make sure to update to the latest version.

Note

If you get the error path or ModelFile are required, you're using version 0.5.4 or older. Make sure you're running Ollama 0.5.5 or newer with OllamaSharp 5.0


Thanks @mili-tan

Release 4.0.22

10 Jan 06:58
83578f9
Compare
Choose a tag to compare
  • Refactored code #168

Thanks @JerrettDavis

Release 4.0.21

09 Jan 16:11
9a43aaa
Compare
Choose a tag to compare
  • Refactored code and added more documentation on summary level #166

Thanks @JerrettDavis

Release 4.0.20

08 Jan 21:05
44aa1b4
Compare
Choose a tag to compare
  • Performed code cleanups #163

Thanks @Joy-less

Release 4.0.19

08 Jan 21:02
fcba491
Compare
Choose a tag to compare

Thanks @Joy-less