auto: sync OpenClaw config 2026-09-16 16:13
This commit is contained in:
+2
-63
@@ -56,65 +56,6 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"newapi": {
|
||||
"baseUrl": "http://100.115.195.188:3000/v1",
|
||||
"apiKey": "${NEW_API_KEY}",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "qwen3.5-plus",
|
||||
"name": "Qwen 3.5 Plus",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 131072,
|
||||
"maxTokens": 8192,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"id": "deepseek-v4-flash",
|
||||
"name": "DeepSeek V4 Flash",
|
||||
"reasoning": false,
|
||||
"compat": {
|
||||
"supportsTools": false
|
||||
},
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
},
|
||||
{
|
||||
"id": "qwen3.7-plus",
|
||||
"name": "Qwen 3.7 Plus",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -139,9 +80,7 @@
|
||||
},
|
||||
"modelPolicy": {
|
||||
"allow": [
|
||||
"deepseek/deepseek-flash",
|
||||
"newapi/deepseek-flash",
|
||||
"newapi/qwen3.5-plus"
|
||||
"deepseek/deepseek-flash"
|
||||
]
|
||||
},
|
||||
"workspace": "/home/yangxuan/.openclaw/workspace",
|
||||
@@ -269,7 +208,7 @@
|
||||
"workspace": "/home/yangxuan/.openclaw/workspace-sql",
|
||||
"agentDir": "/home/yangxuan/.openclaw/agents/sql/agent",
|
||||
"model": {
|
||||
"primary": "newapi/qwen3.5-plus"
|
||||
"primary": "deepseek/deepseek-flash"
|
||||
},
|
||||
"identity": {
|
||||
"name": "SQL",
|
||||
|
||||
Reference in New Issue
Block a user