mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
test(bugCommand): update test to match new system info format
Auth and Base URL are now displayed as separate fields in system info. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
b48e3caa75
commit
ca7a5111d9
1 changed files with 2 additions and 1 deletions
|
|
@ -150,7 +150,8 @@ Memory Usage: 100 MB`;
|
|||
Runtime: Node.js v20.0.0 / npm 10.0.0
|
||||
IDE Client: VSCode
|
||||
OS: test-platform x64 (22.0.0)
|
||||
Auth: ${AuthType.USE_OPENAI} (https://api.openai.com/v1)
|
||||
Auth: API Key - ${AuthType.USE_OPENAI}
|
||||
Base URL: https://api.openai.com/v1
|
||||
Model: qwen3-coder-plus
|
||||
Session ID: test-session-id
|
||||
Sandbox: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue