Skip to content

Releases: awaescher/OllamaSharp

Release 5.4.11

14 Nov 19:43
95e1d08

Choose a tag to compare

  • Fix null reference exception in AbstractionMapper.ToChatResponseUpdate #341

Thanks @koadna

Release 5.4.10

11 Nov 21:50
ca69bd1

Choose a tag to compare

Add .NET 10 support #339

Release 5.4.9

10 Nov 06:35
f6b1ea5

Choose a tag to compare

  • Fix invalid working with dimensions #334
  • Include toolcall ids #337

Thank @Maximys and @mili-tan

Release 5.4.8

17 Oct 07:40
58db507

Choose a tag to compare

  • Update to Microsoft.Extensions.AI 9.10

Thanks @rogerbarreto

Release 5.4.7

25 Sep 10:52
45cffbc

Choose a tag to compare

Add Dimensions for embeddings #324

Thanks @mili-tan

Release 5.4.6

22 Sep 13:02

Choose a tag to compare

  • Allow the model to do multiple tool calls sequentially when using the Chat class like first querying users and then getting details for a single user, for example.

Release 5.4.5

19 Sep 11:34
318f863

Choose a tag to compare

  • Allow setting thinking to strings in addition to true & false like "high"/"medium"/"low" for gpt-oss #312

Thanks @byronmcclain

Release 5.4.4

15 Sep 20:39
0506609

Choose a tag to compare

  • Update packages #317

Thanks @Joy-less

Release 5.4.3

15 Sep 20:33
ac2e3b1

Choose a tag to compare

  • Improve namespace handling in source generator #318

Thanks @Joy-less

Release 5.4.2

15 Sep 15:49
60db5ed

Choose a tag to compare

  • Respect a few recent Microsoft.Extensions.AI additions #319

Thanks @stephentoub