{
"type": "object",
"required": [
"apiKey",
"baseUrl"
],
"properties": {
"apiKey": {
"type": "string",
"description": "The API key for the OpenAI service."
},
"baseUrl": {
"type": "string",
"description": "The base URL for the OpenAI API."
},
"useOllama": {
"type": "boolean",
"default": false,
"description": "Set to true to use the Ollama mode instead of OpenAI API mode."
}
}
}