删除 ollama 配置
This commit is contained in:
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+4
-83
@@ -9,14 +9,7 @@
|
|||||||
"lastRunCommand": "doctor",
|
"lastRunCommand": "doctor",
|
||||||
"lastRunMode": "local"
|
"lastRunMode": "local"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {},
|
||||||
"profiles": {
|
|
||||||
"ollama:default": {
|
|
||||||
"provider": "ollama",
|
|
||||||
"mode": "api_key"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"models": {
|
"models": {
|
||||||
"mode": "merge",
|
"mode": "merge",
|
||||||
"providers": {
|
"providers": {
|
||||||
@@ -25,70 +18,7 @@
|
|||||||
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
|
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
|
||||||
"api": "openai-completions"
|
"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": {
|
"new-api": {
|
||||||
"baseUrl": "http://192.168.2.74:3000/v1",
|
"baseUrl": "http://192.168.2.74:3000/v1",
|
||||||
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
|
"apiKey": "sk-vaYyq9RwzyLlvAvHHUXzOTWkbioP76YW58vKuplq2npSkfZr",
|
||||||
@@ -249,12 +179,7 @@
|
|||||||
"model": "text-embedding-v4"
|
"model": "text-embedding-v4"
|
||||||
},
|
},
|
||||||
"models": {
|
"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": {
|
"deepseek/deepseek-v4-pro": {
|
||||||
"alias": "DeepSeek V4 Pro"
|
"alias": "DeepSeek V4 Pro"
|
||||||
},
|
},
|
||||||
@@ -578,16 +503,12 @@
|
|||||||
"deepseek",
|
"deepseek",
|
||||||
"ezviz",
|
"ezviz",
|
||||||
"memory-core",
|
"memory-core",
|
||||||
"ollama",
|
|
||||||
"searxng",
|
"searxng",
|
||||||
"openclaw-weixin",
|
"openclaw-weixin",
|
||||||
"dingtalk-connector"
|
"dingtalk-connector"
|
||||||
],
|
],
|
||||||
"entries": {
|
"entries": {
|
||||||
"ollama": {
|
|
||||||
"enabled": true,
|
|
||||||
"config": {}
|
|
||||||
},
|
|
||||||
"deepseek": {
|
"deepseek": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user