ollama-hpp icon indicating copy to clipboard operation
ollama-hpp copied to clipboard

Modern, Header-only C++ bindings for the Ollama API.

Results 6 ollama-hpp issues
Sort by recently updated
recently updated
newest added

Thoroughly enjoying the Ollama.hpp. I am new to the AI and Language models and learning, and trying it out. Thank you.   Typically, I compile with warnings treated as errors, and...

Context tokens are supplied from the `generate` endpoint. Allow supplying these as an input to additional generations to allow responses that span multiple generations.

enhancement

Ollama 0.3 has just been released with tool support. This will be added to Ollama.hpp for the next release.

enhancement

It's always nice to have a CMakeLists.

The library should be tested using MinGW and Visual C++ on Windows to confirm that it has cross-platform support.

enhancement

Errors are thrown when requesting to create new blobs on the Ollama server. This is not a frequently-used feature but is included in the API and could be supported.

bug