Schema

{
    "title": "OpenAILLMHandler",
    "type": "object",
    "properties": {
        "api_key": {
            "title": "Api Key",
            "type": "string"
        },
        "model": {
            "title": "Model",
            "default": "gpt-4o-mini",
            "type": "string"
        }
    }
}

Configuration - openai