Bundle Ollama local LLM client. Runs models (Llama, Mistral, Phi, etc.) locally via the Ollama server. Supports streaming completions, chat sessions, embeddings, and model management. Compile with -lib ollama.
ModelPulled
Ollama pulled model data
Operations
GetDigest #
Get the model digest
method : public : GetDigest() ~ String
Return
| Type | Description |
|---|
| String | model digest |
GetModel #
Get the model
method : public : GetModel() ~ String
Return
GetModifiedTime #
Get modified time
method : public : GetModifiedTime() ~ System.Time.Date
Return
| Type | Description |
|---|
| Date | modified time |
GetName #
Get the name
method : public : GetName() ~ String
Return
GetSize #
Get the model size
method : public : GetSize() ~ Int
Return
| Type | Description |
|---|
| Int | model size |
ToString #
String representation of the instance
method : public : ToString() ~ String
Return
| Type | Description |
|---|
| String | string representation of the instance |