Async::OllamaReleases

Releases

v0.10.0

  • Update default model to llama3.2.
  • Allow model selection for Async::Ollama::Transform.call(model: "...").
  • Introduce code fence stripping for better handling of code blocks in transformations.

v0.9.0

  • Add Async::Ollama::Transform for intelligent code transformations using Ollama models. This can be used to implement features like automatic code updates based on instructions, while preserving user modifications and existing content.

v0.5.0

  • Add Async::Ollama::Conversation for interactive real-time conversations. Includes support for summarization of chat history for large conversations.
  • Add Async::Ollama::Toolbox for managing tool based interactions with models.