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

@@ -64,8 +64,8 @@ npm install page-agent
import { PageAgent } from 'page-agent'
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: 'en-US',
})