Skip to content

Releases: awaescher/OllamaSharp

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

Release 3.0.13

16 Oct 15:43
4c93f02
Compare
Choose a tag to compare
  • Fixed a parser bug when Bad Request was returned from the Ollama API without a proper json body #108

Release 3.0.12

14 Oct 06:47
fd6552a
Compare
Choose a tag to compare
  • Included XML documentation with the NuGet package

Release 3.0.11

09 Oct 05:37
7c84eed
Compare
Choose a tag to compare

Release 3.0.10

04 Oct 12:43
dc86c03
Compare
Choose a tag to compare
  • Added a strong name to fully support .NET Framework ("full framework"), see #85 and this article.
  • Changed Chat.Messages from a readonly to a read/write property to simplify chat history manipulation #82

Release 3.0.9

04 Oct 12:12
2974b5b
Compare
Choose a tag to compare
  • Added ShowModelResponse.Projector for vision models with CLIP #92

Release 3.0.8

26 Sep 17:31
79b7fff
Compare
Choose a tag to compare
  • Allow SendToOllamaAsync() to be overridden #87 to support streaming responses in Blazor WASM #84
  • Updated RequestOptions #88 with new properties MainGpu, UseMmap, LowVram and more.

Release 3.0.7

12 Sep 05:39
d0bc647
Compare
Choose a tag to compare
  • Exposed RequestOptions (to set the temperature, etc.) when using the Chat class #77