mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
25 lines
529 B
JSON
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": {}
|
|
}
|
|
}
|