feat: add qwen3.5-plus for testing and make it default

This commit is contained in:
Simon
2026-02-24 00:59:42 +08:00
parent d913dd7bd0
commit 2b99620de3
10 changed files with 130 additions and 27 deletions

View File

@@ -71,8 +71,8 @@ import { PageAgent } from 'page-agent'`}
</h3>
<CodeEditor
code={`const agent = new PageAgent({
model: 'deepseek-chat',
baseURL: 'https://api.deepseek.com',
model: 'qwen3.5-plus',
baseURL: 'https://dashscope.aliyuncs.com/compatible-mode/v1',
apiKey: 'YOUR_API_KEY',
language: '${isZh ? 'zh-CN' : 'en-US'}'
})`}