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.
ModelInfo
Ollama model information
Operations
GetLicense #
Get the license
method : public : GetLicense() ~ StringReturn
| Type | Description |
|---|---|
| String | license |
GetModelFile #
Get the model file
method : public : GetModelFile() ~ StringReturn
| Type | Description |
|---|---|
| String | model file |
GetParameters #
Get the parameters
method : public : GetParameters() ~ StringReturn
| Type | Description |
|---|---|
| String | parameters |