Module providing a D language binding for the Ollama REST API.
This module defines the OllamaClient class, which facilitates interaction with an Ollama server
for tasks such as text generation, chat interactions, and model management. It supports both
native Ollama endpoints and OpenAI-compatible endpoints, using std.net.curl for HTTP requests
and std.json for JSON processing.
Module providing a D language binding for the Ollama REST API.
This module defines the OllamaClient class, which facilitates interaction with an Ollama server for tasks such as text generation, chat interactions, and model management. It supports both native Ollama endpoints and OpenAI-compatible endpoints, using std.net.curl for HTTP requests and std.json for JSON processing.