Schema

{
    "title": "OllamaLLMHandler",
    "type": "object",
    "properties": {
        "base_url": {
            "title": "Base Url",
            "type": "string"
        },
        "model": {
            "title": "Model",
            "type": "string"
        },
        "system": {
            "title": "System",
            "type": "string"
        },
        "options": {
            "title": "Options",
            "type": "object"
        }
    },
    "required": [
        "base_url",
        "model",
        "options"
    ]
}

Configuration - ollama