Releases: awaescher/OllamaSharp
Releases · awaescher/OllamaSharp
Release 2.0.9
Merge pull request #53 from RogerBarreto/features/chat-completion-met…
Release 2.0.8
Change RequestOptions.Stop to be a string array Fixes #52
Release 2.0.7
Bump System.Text.Json
to 8.0.4
to fix Microsoft Security Advisory CVE-2024-30105 | .NET Denial of Service Vulnerability
Release 2.0.6
Merge pull request #49 from milbk/GetVersion-1 Add GetVersion
Release 2.0.5
Merge pull request #48 from milbk/main Add ModelInfo
Release 2.0.4
Merge pull request #45 from ohhmm/multiline-chat-requests Allow mulltiline input for chat
Release 2.0.3
Merge pull request #47 from ohhmm/nuget Nuget packages updates
Release 2.0.2
Merge pull request #46 from ohhmm/chat-model-autoselect Don't ask to specify the only model for chat
Release 2.0.1
This version introduces some breaking changes which are:
-
Renamed various models for naming consistency
CreateStatus
→CreateModelResponse
PullStatus
→PullModelResponse
PushStatus
→PushModelResponse
-
Removed obsolete
Name
property in favor forModel
to reflect the changes from the Ollama API- in
CreateModel
,DeleteModel
,PullModel
,PushModel
&ShowModel
- in
Special thanks to the contributions from @JerrettDavis and @mili-tan ❤
Release 1.1.13
Merge pull request #39 from JerrettDavis/main Added IAsyncEnumerable implementations for various API calls