We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2425ce7 commit 3487e1fCopy full SHA for 3487e1f
trunk/web/aiapi/hf.php
@@ -6,7 +6,7 @@
6
// 访问 https://huggingface.co/settings/billing
7
// 关注所用模型的剩余免费额度
8
require_once("../include/db_info.inc.php");
9
-
+require_once("../include/my_func.inc.php");
10
$apiKey ="hf_api_key"; // 配置你在 https://huggingface.co/settings/tokens 生成的key
11
12
$sid=intval($_GET['sid']);
0 commit comments