Skip to content

Commit a9544a5

Browse files
authored
Update qwen.php
压缩输入token
1 parent 85d9e31 commit a9544a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trunk/web/aiapi/qwen.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
exit();
5454
}
5555
$problem=pdo_query("select concat(description,'输入:',input,'输出:',output,'样例输入:',sample_input,'样例输出:',sample_output,'提示:',hint) from problem where problem_id=?",$problem_id)[0][0];
56-
57-
56+
$problem=strip_tags($problem);
5857

5958
// 设置请求头
6059
$headers = [

0 commit comments

Comments
 (0)