From f1aa2e822ceb620dfd5264f5c88b440adf8642d9 Mon Sep 17 00:00:00 2001 From: Shi Sheng Date: Wed, 24 Apr 2024 07:48:08 -0400 Subject: [PATCH 1/2] Update README_EN.md --- README_EN.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README_EN.md b/README_EN.md index f2a8f7f..38421c9 100644 --- a/README_EN.md +++ b/README_EN.md @@ -12,7 +12,7 @@ Supports high-speed streaming output, multi-turn dialogues, internet search, lon Fully compatible with the ChatGPT interface. -Also, the following four free APIs are available for your attention: +Also, the following six free APIs are available for your attention: Step to the Stars (StepChat) API to API [step-free-api](https://github.com/LLM-Red-Team/step-free-api) @@ -20,7 +20,9 @@ Ali Tongyi (Qwen) API to API [qwen-free-api](https://github.com/LLM-Red-Team/qwe ZhipuAI (Wisdom Map Clear Words) API to API [glm-free-api](https://github.com/LLM-Red-Team/glm-free-api) -MetaAI (metaso) 接口转API [metaso-free-api](https://github.com/LLM-Red-Team/metaso-free-api) +MetaAI (metaso) API to API [metaso-free-api](https://github.com/LLM-Red-Team/metaso-free-api) + +Iflytek Spark (Spark) API to API [spark-free-api](https://github.com/LLM-Red-Team/spark-free-api) Listening Intelligence (Emohaa) API to API [emohaa-free-api](https://github.com/LLM-Red-Team/emohaa-free-api) @@ -33,6 +35,7 @@ Listening Intelligence (Emohaa) API to API [emohaa-free-api](https://github.com/ * [Multiple account access](#Multi-Account-Access) * [Docker Deployment](#Docker-Deployment) * [Docker-compose deployment](#Docker-compose-deployment) +* [Zeabur Deployment](#Zeabur-Deployment) * [Native Deployment](#Native-deployment) * [Interface List](#Interface-List) * [Conversation completion](#conversation-completion) @@ -42,7 +45,8 @@ Listening Intelligence (Emohaa) API to API [emohaa-free-api](https://github.com/ * [Precautions](#Precautions) * [Nginx anti-generation optimization](#Nginx-anti-generation-optimization) * [Token statistics](#Token-statistics) - +* [Star History](#star-history) + ## Disclaimer **This organization and individuals do not accept any financial donations and transactions. This project is purely for research, communication, and learning purposes!** @@ -149,6 +153,10 @@ services: - TZ=Asia/Shanghai ``` +## Zeabur Deployment + +[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/GRFYBP) + ## Native deployment Please prepare a server with a public IP and open port 8000. @@ -197,10 +205,6 @@ 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. From 0632d8111e04bd7306ddda1cb4ca0d2287fe11ed Mon Sep 17 00:00:00 2001 From: Shi Sheng Date: Wed, 24 Apr 2024 07:48:16 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d8443f..6d690ee 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ ZhipuAI (智谱清言) 接口转API [glm-free-api](https://github.com/LLM-Red-Te * [注意事项](#注意事项) * [Nginx反代优化](#Nginx反代优化) * [Token统计](#Token统计) +* [Star History](#star-history) ## 免责声明