Skip to content

Commit 3487e1f

Browse files
authored
Add my_func.inc.php requirement to hf.php
1 parent 2425ce7 commit 3487e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/aiapi/hf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// 访问 https://huggingface.co/settings/billing
77
// 关注所用模型的剩余免费额度
88
require_once("../include/db_info.inc.php");
9-
9+
require_once("../include/my_func.inc.php");
1010
$apiKey ="hf_api_key"; // 配置你在 https://huggingface.co/settings/tokens 生成的key
1111

1212
$sid=intval($_GET['sid']);

0 commit comments

Comments
 (0)