We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d0069 commit 5424f97Copy full SHA for 5424f97
trunk/web/aiapi/qwen.php
@@ -9,7 +9,7 @@
9
// 设置请求的URL
10
$url = 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions';
11
$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");
+$models=array("qwen-turbo"); //,"qwen3-coder-480b-a35b-instruct","qwen3-max","qwen3-coder-30b-a3b-instruct"
13
14
15
$sid=intval($_GET['sid']);
0 commit comments