ollama_dart 0.2.3
ollama_dart: ^0.2.3 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.3 #
- FEAT: Add think/thinking params to ollama_dart (#721). (701d7968)
- FEAT: Add capabilities, projector_info, tensors and modified_at to Ollama's ModelInfo (#690). (c5e247db)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
0.2.2+1 #
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.