OllamaClient.this

Constructs a new Ollama client.

class OllamaClient
@safe
this
(
string host = DEFAULT_HOST
)

Parameters

host string

Base URL of the Ollama server. Defaults to DEFAULT_HOST.

Meta