Skip to content

Commit 5424f97

Browse files
authored
Update qwen.php
1 parent 08d0069 commit 5424f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/aiapi/qwen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// 设置请求的URL
1010
$url = 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions';
1111
$apiKey = "设置为阿里云的API-KEY"; //https://bailian.console.aliyun.com/?tab=model#/api-key 创建新的API KEY
12-
$models=array("qwen-turbo","qwen3-coder-480b-a35b-instruct","qwen3-max","qwen3-coder-30b-a3b-instruct");
12+
$models=array("qwen-turbo"); //,"qwen3-coder-480b-a35b-instruct","qwen3-max","qwen3-coder-30b-a3b-instruct"
1313

1414

1515
$sid=intval($_GET['sid']);

0 commit comments

Comments
 (0)