sql agent
This commit is contained in:
+17
-1
@@ -80,6 +80,22 @@
|
||||
"contextWindow": 131072,
|
||||
"maxTokens": 8192,
|
||||
"api": "openai-completions"
|
||||
},
|
||||
{
|
||||
"id": "qwen3.6-flash",
|
||||
"name": "Qwen 3.6 Flash",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 1,
|
||||
"output": 2,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1000000,
|
||||
"maxTokens": 384000
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -208,7 +224,7 @@
|
||||
"workspace": "/home/yangxuan/.openclaw/workspace-sql",
|
||||
"agentDir": "/home/yangxuan/.openclaw/agents/sql/agent",
|
||||
"model": {
|
||||
"primary": "newapi/qwen3.5-plus"
|
||||
"primary": "newapi/qwen3.6-flash"
|
||||
},
|
||||
"identity": {
|
||||
"name": "SQL",
|
||||
|
||||
Reference in New Issue
Block a user