ollama-hpp
ollama-hpp copied to clipboard
Modern, Header-only C++ bindings for the Ollama API.
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.
Ollama 0.3 has just been released with tool support. This will be added to Ollama.hpp for the next release.
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.
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.