auto: sync OpenClaw config 2026-07-17 14:09

This commit is contained in:
2026-07-17 14:09:41 +08:00
parent 619a7378a8
commit 444c2308f6
7 changed files with 275 additions and 27 deletions
+25 -1
View File
@@ -58,6 +58,30 @@
"maxTokens": 384000
}
]
},
"newapi": {
"baseUrl": "http://100.115.195.188:3000/v1",
"apiKey": "${NEW_API_KEY}",
"api": "openai-completions",
"models": [
{
"id": "qwen3.5-plus",
"name": "qwen3.5-plus",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 8192,
"api": "openai-completions"
}
]
}
}
},
@@ -184,7 +208,7 @@
"workspace": "/home/yangxuan/.openclaw/workspace-sql",
"agentDir": "/home/yangxuan/.openclaw/agents/sql/agent",
"model": {
"primary": "deepseek/deepseek-v4-flash"
"primary": "newapi/qwen3.5-plus"
},
"identity": {
"name": "SQL",