From b6d41f4713985505552b69f8a268aa974cc408c7 Mon Sep 17 00:00:00 2001 From: OpenClaw Backup Bot Date: Thu, 28 May 2026 23:33:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20qwen=20=E6=A8=A1=E5=9E=8B=20API=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E6=94=B9=E4=B8=BA=20anthropic-messages?= =?UTF-8?q?=EF=BC=88openai-responses=20=E4=B8=8D=E5=85=BC=E5=AE=B9=20trapi?= =?UTF-8?q?=20=E4=BB=A3=E7=90=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index 7fe6a07..7efbcb7 100644 --- a/SKILL.md +++ b/SKILL.md @@ -247,7 +247,7 @@ openclaw --version { "id": "qwen3.7-max", "name": "Qwen 3.7 Max (Transiglobal)", - "api": "openai-responses", + "api": "anthropic-messages", "reasoning": false, "input": ["text"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, @@ -257,7 +257,7 @@ openclaw --version { "id": "qwen3.6-plus", "name": "Qwen 3.6 Plus (Transiglobal)", - "api": "openai-responses", + "api": "anthropic-messages", "reasoning": false, "input": ["text", "image"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },