mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2024-11-01 16:29:19 +08:00
Merge pull request #56 from MichaelYuhe/master
docs: add deploy to Zeabur guide
This commit is contained in:
commit
cfec318bd0
@ -186,6 +186,12 @@ cd kimi-free-api
|
||||
vercel --prod
|
||||
```
|
||||
|
||||
### Zeabur 部署
|
||||
|
||||
**注意:免费账户的容器实例可能无法稳定运行**
|
||||
|
||||
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP)
|
||||
|
||||
## 原生部署
|
||||
|
||||
请准备一台具有公网IP的服务器并将8000端口开放。
|
||||
|
@ -193,6 +193,10 @@ Out of service
|
||||
pm2 stop kimi-free-api
|
||||
```
|
||||
|
||||
## Zeabur Deployment
|
||||
|
||||
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP)
|
||||
|
||||
## interface list
|
||||
|
||||
Currently, the `/v1/chat/completions` interface compatible with openai is supported. You can use the client access interface compatible with openai or other clients, or use online services such as [dify](https://dify.ai/) Access and use.
|
||||
|
Loading…
Reference in New Issue
Block a user