Skip to content

Commit 9525614

Browse files
authored
Add my_func.inc.php requirement to bigmodel.php
1 parent afb7c00 commit 9525614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/aiapi/bigmodel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// 访问类似 https://bigmodel.cn/finance-center/resource-package/package-mgmt
1111
// 关注所用模型的剩余免费额度
1212
require_once("../include/db_info.inc.php");
13-
13+
require_once("../include/my_func.inc.php");
1414
// 请用智普API Key将下行 $QWEN_API_KEY ;
1515
$apiKey = "填写你申请的api-key";
1616

0 commit comments

Comments
 (0)