Releases: awaescher/OllamaSharp
Releases · awaescher/OllamaSharp
Release 4.0.11
- Added api docs website on GitHub pages #147
This was made by @JerrettDavis, huge thanks for the epic pull request.
Release 4.0.10
- Added JsonSchema support for structured outputs in Ollama >=0.5.0 (#150)
Thanks once again @mili-tan
Release 4.0.9
- Added an exception for the unsupported scenario of providing tools for a streaming completion #149
Release 4.0.8
- Update Microsoft.Extensions.AI to
9.0.1-preview.1.24570.5
#144
Thanks @stephentoub
Release 4.0.7
- Updated
Microsoft.Extensions.AI.Abstractions
and addedSeed
option support #141
Thanks @stephentoub
Release 4.0.6
- Added checks to prevent empty messages when the model only returns function result contents when used with Microsoft.Extensions.AI → #138
- Added support for
IEnumerable<string>
stop sequences for Microsoft.Extensions.AI → #138
Thanks @RogerBarreto
Release 4.0.5
- Added function result support for Microsoft.Extensions.AI → #129
Thanks @RogerBarreto
Release 4.0.4
- Enabled the use of byte array images with Microsoft.Extensions.AI → #131
- Add missing
TopK
,Role
andModelId
when using the Microsoft.Extensions.AI abstraction → #128 - Fixed CVE-2024-41131 → #132
- Improved handling of
OllamaApiClient.Dispose()
→ #134
Release 4.0.3
Release 4.0.2
- Implemented
IEmbeddingGenerator
for Microsoft.Extensions.AI, see #124