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.
EndPoint
Ollama enabled endpoint class
Operations
GetHost # function
Gets the Ollama server host URL. Defaults to http://localhost:11434.
function : GetHost() ~ StringReturn
| Type | Description |
|---|---|
| String | host URL |