Releases: awaescher/OllamaSharp
Releases · awaescher/OllamaSharp
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
Release 4.0.1
- Implemented
IChatClient
to make OllamaSharp the goto implementation for Ollama with Microsoft.Extensions.AI, see #111 - Added
Async
suffixes to asynchronous methods, e.g.Complete()
→CompleteAsyn()
, see #81 - Added
ConfigureAwait(false)
to asynchronous methods
Thanks for the idea and the supprt @SteveSandersonMS, @RogerBarreto and @stephentoub 🙏
Release 3.0.15
- Added support for different tool arguments types #114 (required for Semantic Kernel)
Once again, thanks @RogerBarreto
Release 3.0.14
- Removed
tools
,tool_calls
andimages
in requests if not required #110
Thanks @RogerBarreto