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::Transformfor 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::Conversationfor interactive real-time conversations. Includes support for summarization of chat history for large conversations. - Add
Async::Ollama::Toolboxfor managing tool based interactions with models.