Skip to content

Releases: awaescher/OllamaSharp

Release 4.0.8

22 Nov 06:14
5137316
Compare
Choose a tag to compare
  • Update Microsoft.Extensions.AI to 9.0.1-preview.1.24570.5 #144

Thanks @stephentoub

Release 4.0.7

13 Nov 16:39
7567292
Compare
Choose a tag to compare
  • Updated Microsoft.Extensions.AI.Abstractions and added Seed option support #141

Thanks @stephentoub

Release 4.0.6

07 Nov 10:37
62081c7
Compare
Choose a tag to compare
  • 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

05 Nov 12:51
6d27f97
Compare
Choose a tag to compare
  • Added function result support for Microsoft.Extensions.AI → #129

Thanks @RogerBarreto

Release 4.0.4

04 Nov 19:53
1ccce48
Compare
Choose a tag to compare
  • Enabled the use of byte array images with Microsoft.Extensions.AI → #131
  • Add missing TopK, Role and ModelId when using the Microsoft.Extensions.AI abstraction → #128
  • Fixed CVE-2024-41131#132
  • Improved handling of OllamaApiClient.Dispose()#134

Release 4.0.3

30 Oct 07:40
Compare
Choose a tag to compare
  • Added GenerateRequest.Suffix, PullModelRequest.Insecure & PullModelRequest.Stream #123
  • Improved code quality with refactorings #118 #119 #120 #121

Thanks @mili-tan and @SimonCropp

Release 4.0.2

29 Oct 18:52
Compare
Choose a tag to compare

Release 4.0.1

26 Oct 19:51
ae92d85
Compare
Choose a tag to compare
  • 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

21 Oct 19:21
6d3470f
Compare
Choose a tag to compare

Once again, thanks @RogerBarreto

Release 3.0.14

16 Oct 15:57
c9be5f5
Compare
Choose a tag to compare
  • Removed tools, tool_calls and images in requests if not required #110

Thanks @RogerBarreto