Releases: awaescher/OllamaSharp
Releases · awaescher/OllamaSharp
Release 5.0.3
Release 5.0.2
Release 5.0.1
- Added
PushBlobAsync()
andIsBlobExistsAsync()
#169 - Updated
CreateModelRequest
for a breaking change in Ollama v0.5.5 #169The /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
Release 4.0.21
Release 4.0.20
Release 4.0.19
- Removed
JsonSchema.ToJsonSchema()
in favor forJsonSerializerOptions.Default.GetJsonSchemaAsNode()
#164
Thanks @Joy-less
Release 4.0.18
Release 4.0.17
Release 4.0.16
- Simplified calls to
Dispose()
in tests