Skip to content

Releases: jmont-dev/ollama-hpp

0.9.4

19 Aug 04:09
7e100c9
Compare
Choose a tag to compare

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

15 Aug 04:33
d70ded4
Compare
Choose a tag to compare

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

12 Aug 11:10
fdd114f
Compare
Choose a tag to compare

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

10 Aug 18:00
99738dd
Compare
Choose a tag to compare

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

Full Changelog: v0.9.0...v0.9.1

v0.9.0

11 Jun 06:41
Compare
Choose a tag to compare

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