gnrllybttr_ollama_client 1.0.0
gnrllybttr_ollama_client: ^1.0.0 copied to clipboard
A Dart client for interacting with the Ollama API. This package provides methods to interact with the Ollama API, including chat, model management, embeddings, and more.
Changelog #
[1.0.0] - 2025-02-04 #
Added #
- Initial release of GnrllyBttrOllamaClient
- Chat functionality with streaming support
- Model management operations (create, copy, delete, list)
- Embeddings generation API
- Text generation with streaming capability
- Blob operations (check existence, push)
- Model transfer functionality (pull, push)
- API version retrieval endpoint
- Cancel token support for request management
- Comprehensive README with usage examples
- MIT License
- Contribution guidelines
- Type-safe API implementation
- Cross-platform support
- Development scripts (create-branch.sh, rename-branch.sh, test-coverage.sh)
- Test suite with coverage reporting
- FVM configuration
- Lefthook git hooks setup
Changed #
- N/A (Initial release)
Deprecated #
- N/A (Initial release)
Removed #
- N/A (Initial release)
Fixed #
- N/A (Initial release)
Security #
- N/A (Initial release)