Merge pull request #149 from Alex-Yanggg/patch-2

Update README_EN.md
This commit is contained in:
Vinlic科技 2024-12-12 11:23:24 +08:00 committed by GitHub
commit cc198adfbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,24 +28,25 @@ Lingxin Intelligence (Emohaa) API to API [emohaa-free-api](https://github.com/LL
## Table of Contents ## Table of Contents
* [Announcement](#disclaimer) * [Announcement](#Announcement)
* [Online experience](#Online-Experience) * [Online experience](#Online-Experience)
* [Effect Examples](#Effect-Examples) * [Effect Examples](#Effect-Examples)
* [Access preparation](#Access-Preparation) * [Access preparation](#Access-Preparation)
* [Multiple account access](#Multi-Account-Access) * [Multiple account access](#Multi-Account-Access)
* [Docker Deployment](#Docker-Deployment) * [Docker Deployment](#Docker-Deployment)
* [Docker-compose deployment](#Docker-compose-deployment) * [Docker-compose Deployment](#Docker-compose-Deployment)
* [Vercel Deployment](#Vercel-Deployment) * [Render Deployment](Render-Deployment)
* [Zeabur Deployment](#Zeabur-Deployment) * [Vercel Deployment](#Vercel-Deployment)
* [Native Deployment](#Native-deployment) * [Zeabur Deployment](#Zeabur-Deployment)
* [Native Deployment](#Native-Deployment)
* [Interface List](#Interface-List) * [Interface List](#Interface-List)
* [Conversation completion](#conversation-completion) * [Conversation completion](#conversation-completion)
* [Document Interpretation](#document-interpretation) * [Document Interpretation](#document-interpretation)
* [Image analysis](#image-analysis) * [Image analysis](#image-analysis)
* [refresh_token survival detection](#refresh_token-survival-detection) * [refresh_token survival detection](#refresh_token-survival-detection)
* [Precautions](#Precautions) * [Precautions](#Precautions)
* [Nginx anti-generation optimization](#Nginx-anti-generation-optimization) * [Nginx anti-generation optimization](#Nginx-anti-generation-optimization)
* [Token statistics](#Token-statistics) * [Token statistics](#Token-statistics)
* [Star History](#star-history) * [Star History](#star-history)
## Announcement ## Announcement
@ -140,7 +141,7 @@ Shut down service
docker stop kimi-free-api docker stop kimi-free-api
``` ```
### Docker-compose deployment ### Docker-compose Deployment
```yaml ```yaml
version: '3' version: '3'
@ -186,7 +187,7 @@ vercel --prod
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP) [![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP)
## Native deployment ## Native Deployment
Please prepare a server with a public IP and open port 8000. Please prepare a server with a public IP and open port 8000.