Merge branch 'LLM-Red-Team:master' into tem-main

This commit is contained in:
Clivia 2024-04-24 13:31:23 +08:00 committed by GitHub
commit 04db70bec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 17 deletions

View File

@ -6,7 +6,7 @@
<span>[ 中文 | <a href="README_EN.md">English</a> ]</span> <span>[ 中文 | <a href="README_EN.md">English</a> ]</span>
![](https://img.shields.io/github/license/llm-red-team/kimi-free-api.svg) [![](https://img.shields.io/github/license/llm-red-team/kimi-free-api.svg)](LICENSE)
![](https://img.shields.io/github/stars/llm-red-team/kimi-free-api.svg) ![](https://img.shields.io/github/stars/llm-red-team/kimi-free-api.svg)
![](https://img.shields.io/github/forks/llm-red-team/kimi-free-api.svg) ![](https://img.shields.io/github/forks/llm-red-team/kimi-free-api.svg)
![](https://img.shields.io/docker/pulls/vinlic/kimi-free-api.svg) ![](https://img.shields.io/docker/pulls/vinlic/kimi-free-api.svg)
@ -38,6 +38,7 @@ ZhipuAI (智谱清言) 接口转API [glm-free-api](https://github.com/LLM-Red-Te
* [Docker-compose部署](#Docker-compose部署) * [Docker-compose部署](#Docker-compose部署)
* [Render部署](#Render部署) * [Render部署](#Render部署)
* [Vercel部署](#Vercel部署) * [Vercel部署](#Vercel部署)
* [Zeabur部署](#Zeabur部署)
* [原生部署](#原生部署) * [原生部署](#原生部署)
* [接口列表](#接口列表) * [接口列表](#接口列表)
* [对话补全](#对话补全) * [对话补全](#对话补全)
@ -46,6 +47,7 @@ ZhipuAI (智谱清言) 接口转API [glm-free-api](https://github.com/LLM-Red-Te
* [refresh_token存活检测](#refresh_token存活检测) * [refresh_token存活检测](#refresh_token存活检测)
* [注意事项](#注意事项) * [注意事项](#注意事项)
* [Nginx反代优化](#Nginx反代优化) * [Nginx反代优化](#Nginx反代优化)
* [Token统计](#Token统计)
## 免责声明 ## 免责声明

View File

@ -1,6 +1,9 @@
# KIMI AI Free Service # KIMI AI Free Service
![](https://img.shields.io/github/license/llm-red-team/kimi-free-api.svg)
<hr>
[![](https://img.shields.io/github/license/llm-red-team/kimi-free-api.svg)](LICENSE)
![](https://img.shields.io/github/stars/llm-red-team/kimi-free-api.svg) ![](https://img.shields.io/github/stars/llm-red-team/kimi-free-api.svg)
![](https://img.shields.io/github/forks/llm-red-team/kimi-free-api.svg) ![](https://img.shields.io/github/forks/llm-red-team/kimi-free-api.svg)
![](https://img.shields.io/docker/pulls/vinlic/kimi-free-api.svg) ![](https://img.shields.io/docker/pulls/vinlic/kimi-free-api.svg)
@ -24,20 +27,21 @@ Listening Intelligence (Emohaa) API to API [emohaa-free-api](https://github.com/
## Table of Contents ## Table of Contents
* [Disclaimer](#disclaimer) * [Disclaimer](#disclaimer)
*[Online experience](#在线experience) * [Online experience](#Online-Experience)
* [Effect Example](#EffectExample) * [Effect Examples](#Effect-Examples)
* [Access preparation](#access preparation) * [Access preparation](#Access-Preparation)
* [Multiple account access](#multiple account access) * [Multiple account access](#Multi-Account-Access)
* [Docker Deployment](#DockerDeployment) * [Docker Deployment](#Docker-Deployment)
* [Docker-compose deployment](#Docker-compose deployment) * [Docker-compose deployment](#Docker-compose-deployment)
* [Native Deployment](#nativedeployment) * [Native Deployment](#Native-deployment)
* [Interface List](#Interface List) * [Interface List](#Interface-List)
* [Dialogue completion](#dialogue completion) * [Conversation completion](#conversation-completion)
* [Document Interpretation](#document interpretation) * [Document Interpretation](#document-interpretation)
* [Image analysis](#imageanalysis) * [Image analysis](#image-analysis)
* [refresh_token survival detection](#refresh_token survival detection) * [refresh_token survival detection](#refresh_token-survival-detection)
* [Note](# NOTE) * [Precautions](#Precautions)
* [Nginx anti-generation optimization](#Nginx anti-generation optimization) * [Nginx anti-generation optimization](#Nginx-anti-generation-optimization)
* [Token statistics](#Token-statistics)
## Disclaimer ## Disclaimer