diff --git a/agents/main/agent/plugins/ollama/catalog.json b/agents/main/agent/plugins/ollama/catalog.json deleted file mode 100644 index 8cba6d9..0000000 --- a/agents/main/agent/plugins/ollama/catalog.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "generatedBy": "openclaw-plugin-model-catalog-v1", - "providers": { - "ollama": { - "baseUrl": "http://127.0.0.1:11434/v1", - "apiKey": "OLLAMA_API_KEY", - "api": "ollama", - "models": [ - { - "id": "qwen3-coder:latest", - "name": "qwen3-coder:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65535, - "maxTokens": 8192, - "params": { - "num_ctx": 65535 - } - }, - { - "id": "huihui_ai/glm-4.7-flash-abliterated:latest", - "name": "huihui_ai/glm-4.7-flash-abliterated:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65535, - "maxTokens": 8192, - "params": { - "num_ctx": 65535 - } - }, - { - "id": "deepseek-v4-flash:cloud", - "name": "DeepSeek V4 Flash (Cloud)", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 131072, - "maxTokens": 8192, - "params": { - "num_ctx": 131072 - } - } - ] - } - } -} diff --git a/openclaw.json b/openclaw.json index 37a2341..734dc4d 100644 --- a/openclaw.json +++ b/openclaw.json @@ -9,14 +9,7 @@ "lastRunCommand": "doctor", "lastRunMode": "local" }, - "auth": { - "profiles": { - "ollama:default": { - "provider": "ollama", - "mode": "api_key" - } - } - }, + "auth": {}, "models": { "mode": "merge", "providers": { @@ -25,70 +18,7 @@ "apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr", "api": "openai-completions" }, - "ollama": { - "baseUrl": "http://127.0.0.1:11434", - "apiKey": "OLLAMA_API_KEY", - "api": "ollama", - "models": [ - { - "id": "qwen3-coder:latest", - "name": "qwen3-coder:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65535, - "maxTokens": 8192, - "params": { - "num_ctx": 65535 - } - }, - { - "id": "huihui_ai/glm-4.7-flash-abliterated:latest", - "name": "huihui_ai/glm-4.7-flash-abliterated:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 65535, - "maxTokens": 8192, - "params": { - "num_ctx": 65535 - } - }, - { - "id": "deepseek-v4-flash:cloud", - "name": "DeepSeek V4 Flash (Cloud)", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 131072, - "maxTokens": 8192, - "params": { - "num_ctx": 131072 - } - } - ] - }, + "new-api": { "baseUrl": "http://192.168.2.74:3000/v1", "apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr", @@ -249,12 +179,7 @@ "model": "text-embedding-v4" }, "models": { - "ollama/huihui_ai/glm-4.7-flash-abliterated:latest": { - "alias": "GLM 4.7 Flash(本地)" - }, - "ollama/deepseek-v4-flash:cloud": { - "alias": "DeepSeek V4 Flash(云端)" - }, + "deepseek/deepseek-v4-pro": { "alias": "DeepSeek V4 Pro" }, @@ -578,16 +503,12 @@ "deepseek", "ezviz", "memory-core", - "ollama", "searxng", "openclaw-weixin", "dingtalk-connector" ], "entries": { - "ollama": { - "enabled": true, - "config": {} - }, + "deepseek": { "enabled": true },