Skip to content

Releases: awaescher/OllamaSharp

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

Release 4.0.18

08 Jan 06:23
a7daa3f
Compare
Choose a tag to compare
  • Added explicit target frameworks for netstandard2.1, net8.0 and net9.0 in addition to netstandard2.0 #162

Thanks @Joy-less

Release 4.0.17

03 Jan 11:24
7fe48c6
Compare
Choose a tag to compare
  • Added Index for tool calls #160

Thanks once again
@mili-tan

Release 4.0.16

03 Jan 11:13
Compare
Choose a tag to compare
  • Simplified calls to Dispose() in tests