ollama_dart 0.2.2 ollama_dart: ^0.2.2 copied to clipboard
Dart Client for the Ollama API (run Llama 3.2, Gemma 2, Phi-3.5, Mistral nemo, Qwen2 and other models locally).
📣 Check out the releases page or the #announcements channel on the LangChain.dart Discord server for more details.
0.2.0 #
Note: This release has breaking changes.
- FEAT: Add tool calling support in ollama_dart (#504). (1ffdb41b)
- BREAKING FEAT: Update Ollama default model to llama-3.1 (#506). (b1134bf1)
- FEAT: Add support for Ollama version and model info (#488). (a110ecb7)
- FEAT: Add suffix support in Ollama completions API in ollama_dart (#503). (30d05a69)
- BREAKING REFACTOR: Change Ollama push model status type from enum to String (#489). (90c9ccd9)
- DOCS: Update Ollama request options default values in API docs (#479). (e1f93366)
0.1.2 #
0.1.1 #
0.1.0 #
0.0.3 #
0.0.1-dev.1 #
- Bootstrap project.