Skip to content

Commit 7873820

Browse files
authored
Update and rename trunk/web/qwen.php to trunk/web/aiapi/qwen.php
1 parent c262b6f commit 7873820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// 注意这个功能可能会导致阿里云付费账单,
66
// 访问类似 https://bailian.console.aliyun.com/?tab=model#/model-market/detail/qwen3-coder-480b-a35b-instruct
77
// 关注所用模型的剩余免费额度
8-
require_once("include/db_info.inc.php");
8+
require_once("../include/db_info.inc.php");
99
$sid=intval($_GET['sid']);
1010
$solution=pdo_query("select user_id,problem_id from solution where solution_id=?",$sid)[0];
1111
$user_id=$solution[0];

0 commit comments

Comments
 (0)