We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262b6f commit 7873820Copy full SHA for 7873820
trunk/web/qwen.php trunk/web/aiapi/qwen.phptrunk/web/qwen.php renamed to trunk/web/aiapi/qwen.php
@@ -5,7 +5,7 @@
5
// 注意这个功能可能会导致阿里云付费账单,
6
// 访问类似 https://bailian.console.aliyun.com/?tab=model#/model-market/detail/qwen3-coder-480b-a35b-instruct
7
// 关注所用模型的剩余免费额度
8
-require_once("include/db_info.inc.php");
+require_once("../include/db_info.inc.php");
9
$sid=intval($_GET['sid']);
10
$solution=pdo_query("select user_id,problem_id from solution where solution_id=?",$sid)[0];
11
$user_id=$solution[0];
0 commit comments