OllamaClient.pull

Pulls a model from the Ollama server registry.

class OllamaClient
JSONValue
pull
(
string name
,
bool stream = false
)

Parameters

name string

The name of the model to pull (e.g., "llama3").

stream bool

Whether to stream the response (ignored in this implementation).

Return Value

Type: JSONValue

A JSONValue object with the pull status.

Meta