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 674c277 commit afb7c00Copy full SHA for afb7c00
trunk/web/aiapi/blossom.php
@@ -2,6 +2,7 @@
2
// 这个文件用于调用 Blossom
3
// https://huggingface.co/Azure99/Blossom-V6.2-14B
4
require_once("../include/db_info.inc.php");
5
+require_once("../include/my_func.inc.php");
6
// 设置请求的URL
7
$url = "http://m.hustoj.com:8092/v1/chat/completions";
8
$apiKey ="set your own key";
0 commit comments