Releases: awaescher/OllamaSharp
Releases · awaescher/OllamaSharp
Release 3.0.10
- 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
- Added
ShowModelResponse.Projector
for vision models with CLIP #92
Release 3.0.8
Release 3.0.7
- Exposed
RequestOptions
(to set the temperature, etc.) when using theChat
class #77
Release 3.0.6
- Added support for default request headers to the
OllamaApiClient
and custom request headers to requests against the Ollama API.
Release 3.0.5
- Added
OllamaApiClient.IncomingJsonSerializerOptions
to control how responses from Ollama are deserialized #78
Release 3.0.4
- 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
Update README.md
Release 3.0.2
Improved tool chat demos
Release 3.0.1
Fixed tool chat demo and added more unit tests