chatyt commited on
Commit
82c582b
·
verified ·
1 Parent(s): 04a1b11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -10,5 +10,30 @@ pinned: false
10
  license: mit
11
  short_description: heck的逆向api支持openai格式
12
  ---
 
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: mit
11
  short_description: heck的逆向api支持openai格式
12
  ---
13
+ # Heck2API
14
 
15
+ 基于 [@SMNETSTUDIO/Heck2API](https://github.com/SMNETSTUDIO/Heck2API) 的 go 版本改编实现。
16
+
17
+ ## 功能特点
18
+ - 提供多种大型语言模型的无key访问
19
+ - 仅用于学术研究和交流学习
20
+
21
+ ## 支持模型
22
+ - gpt-4o-mini
23
+ - deepseek
24
+ - gemini-flash-1.5
25
+ - deepseek-reasoner
26
+ - minimax-01
27
+
28
+ ## Docker部署
29
+ ```bash
30
+ docker pull mtxyt/heck2api:1.2
31
+ docker run -p 8801:8801 mtxyt/heck2api:1.2
32
+ ```
33
+
34
+ ## 声明
35
+ 本项目仅供学术交流使用,请勿用于商业用途。
36
+
37
+ ## 致谢
38
+ 感谢 [@SMNETSTUDIO](https://github.com/SMNETSTUDIO) 的原创项目支持。
39
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference