auto: sync OpenClaw config 2026-07-28 14:00
This commit is contained in:
+28
-6
@@ -66,7 +66,7 @@
|
||||
"models": [
|
||||
{
|
||||
"id": "qwen3.5-plus",
|
||||
"name": "qwen3.5-plus",
|
||||
"name": "Qwen 3.5 Plus",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
@@ -82,8 +82,24 @@
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"id": "qwen3.6-flash",
|
||||
"name": "Qwen 3.6 Flash",
|
||||
"id": "deepseek-v4-flash",
|
||||
"name": "DeepSeek V4 Flash",
|
||||
"reasoning": 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"
|
||||
@@ -121,6 +137,15 @@
|
||||
},
|
||||
"deepseek/deepseek-v4-flash": {
|
||||
"alias": "DeepSeek V4 Flash"
|
||||
},
|
||||
"newapi/deepseek-v4-flash": {
|
||||
"alias": "DeepSeek V4 Flash"
|
||||
},
|
||||
"newapi/qwen-3.5-plus": {
|
||||
"alias": "Qwen 3.5 Plus"
|
||||
},
|
||||
"newapi/qwen-3.7-plus": {
|
||||
"alias": "Qwen 3.7 Plus"
|
||||
}
|
||||
},
|
||||
"workspace": "/home/yangxuan/.openclaw/workspace",
|
||||
@@ -223,9 +248,6 @@
|
||||
"name": "SQL",
|
||||
"workspace": "/home/yangxuan/.openclaw/workspace-sql",
|
||||
"agentDir": "/home/yangxuan/.openclaw/agents/sql/agent",
|
||||
"model": {
|
||||
"primary": "newapi/qwen3.6-flash"
|
||||
},
|
||||
"identity": {
|
||||
"name": "SQL",
|
||||
"avatar": "./avatars/assistant.jpg"
|
||||
|
||||
Reference in New Issue
Block a user