Merge pull request #56 from MichaelYuhe/master

docs: add deploy to Zeabur guide
This commit is contained in:
Vinlic科技 2024-04-12 15:24:08 +08:00 committed by GitHub
commit cfec318bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View File

@ -186,6 +186,12 @@ cd kimi-free-api
vercel --prod vercel --prod
``` ```
### Zeabur 部署
**注意:免费账户的容器实例可能无法稳定运行**
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP)
## 原生部署 ## 原生部署
请准备一台具有公网IP的服务器并将8000端口开放。 请准备一台具有公网IP的服务器并将8000端口开放。

View File

@ -193,6 +193,10 @@ Out of service
pm2 stop kimi-free-api pm2 stop kimi-free-api
``` ```
## Zeabur Deployment
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP)
## interface list ## 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. 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.