Skip to content

Commit 674c277

Browse files
authored
Add my_func.inc.php to hy.php
1 parent 3487e1f commit 674c277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/aiapi/hy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// 访问类似 https://console.cloud.tencent.com/hunyuan/packages
99
// 关注所用模型的剩余免费额度
1010
require_once("../include/db_info.inc.php");
11-
11+
require_once("../include/my_func.inc.php");
1212
$apiKey ="你在腾讯云生成的API-KEY填在这里 "; //https://console.cloud.tencent.com/hunyuan/api-key
1313

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

0 commit comments

Comments
 (0)