fix: token limits for qwen3-max (#724)

This commit is contained in:
Mingholy 2025-10-14 15:40:20 +08:00 committed by GitHub
parent ae3223a317
commit e28255edb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 3 deletions

11
.vscode/launch.json vendored
View file

@ -108,6 +108,17 @@
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"type": "node"
},
{
"type": "node",
"request": "launch",
"name": "Debug Current TS File",
"runtimeExecutable": "npx",
"runtimeArgs": ["tsx", "${file}"],
"skipFiles": ["<node_internals>/**"],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"env": {}
}
],
"inputs": [