Skip to content

Commit afb7c00

Browse files
authored
Add my_func.inc.php requirement to blossom.php
1 parent 674c277 commit afb7c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trunk/web/aiapi/blossom.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// 这个文件用于调用 Blossom
33
// https://huggingface.co/Azure99/Blossom-V6.2-14B
44
require_once("../include/db_info.inc.php");
5+
require_once("../include/my_func.inc.php");
56
// 设置请求的URL
67
$url = "http://m.hustoj.com:8092/v1/chat/completions";
78
$apiKey ="set your own key";

0 commit comments

Comments
 (0)