Releases: jmont-dev/ollama-hpp
Releases · jmont-dev/ollama-hpp
0.9.4
Targeting Ollama 0.3.4.
What's Changed
- Add support for context in generate endpoint by @jmont-dev in #23
- Update Readme for handling context. by @jmont-dev in #24
- Automatically set streaming when invoking requests, add support for running model endpoint. by @jmont-dev in #25
Full Changelog: v0.9.3...v0.9.4
0.9.3
Targeting Ollama 0.3.4.
What's Changed
- Add support for manual requests for generate, chat, and embedding endpoints. by @jmont-dev in #20
- Support receiving partial responses over HTTP when streaming with the generate endpoint. by @jmont-dev in #21
- Handle partial streaming responses for chat endpoint. by @jmont-dev in #22
Full Changelog: v0.9.2...v0.9.3
0.9.2
What's Changed
- Update build_and_test.yml by @jmont-dev in #12
- Handle verbose model info calls. by @jmont-dev in #13
- Update embeddings to new endpoint; change tests to not rely on exact comparisons. by @jmont-dev in #16
Full Changelog: v0.9.1...v0.9.2
0.9.1
Maintenance release to address memory deallocation and issue with format key causing invalid chat responses with some models.
What's Changed
- Delete httplib when Ollama class is destroyed. by @jmont-dev in #3
- Update single-header file with fix for memory leak. by @jmont-dev in #4
- Do not provide format as this breaks chat completions with some models. by @jmont-dev in #11
New Contributors
- @jmont-dev made their first contribution in #3
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Initial release implementing most features in the Ollama API. See README.md for all supported features.
Initial Features
- Generation
- Streaming Generation
- Image Support
- Chat
- Streaming Chat
- Generation Options
- Embeddings
- Push, Pull, Delete, and Copy Models
- List Models and Model Information
- Server Status and Configuration
Full Changelog: https://github.com/jmont-dev/ollama-hpp/commits/v0.9.0