Files
openclaw/extensions/ollama/openclaw.plugin.json
2026-03-15 23:47:16 -07:00

25 lines
529 B
JSON

{
"id": "ollama",
"providers": ["ollama"],
"providerAuthEnvVars": {
"ollama": ["OLLAMA_API_KEY"]
},
"providerAuthChoices": [
{
"provider": "ollama",
"method": "local",
"choiceId": "ollama",
"choiceLabel": "Ollama",
"choiceHint": "Cloud and local open models",
"groupId": "ollama",
"groupLabel": "Ollama",
"groupHint": "Cloud and local open models"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}