auto: sync OpenClaw config 2026-07-17 14:09
This commit is contained in:
+25
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user