Package:
@hexos/runtimeCreates an Ollama client instance for local LLM inference.
Initializes the Ollama SDK client with a configurable host endpoint. Defaults to localhost:11434 but can be overridden via the OLLAMA_HOST environment variable to connect to remote Ollama instances.
function createOllamaClient(): Ollama