Skip to content

Releases: awaescher/OllamaSharp

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

Release 3.0.6

11 Sep 15:24
a11d1b6
Compare
Choose a tag to compare

Release 3.0.5

11 Sep 05:27
Compare
Choose a tag to compare
  • Added OllamaApiClient.IncomingJsonSerializerOptions to control how responses from Ollama are deserialized #78

Release 3.0.4

06 Sep 21:20
Compare
Choose a tag to compare
  • Removed the OllamaApiConsole demo which is now located in an own repository to reduce package updates
  • Added OllamaApiClient.OutgoingJsonSerializerOptions to control how requests to Ollama are serialized #75

Release 3.0.3

06 Sep 21:00
f1f1a62
Compare
Choose a tag to compare
Update README.md

Release 3.0.2

05 Sep 19:31
Compare
Choose a tag to compare

Improved tool chat demos

Release 3.0.1

02 Sep 08:03
Compare
Choose a tag to compare

Fixed tool chat demo and added more unit tests