From 213dd112d12e9a5ea95334b40a6937771d66f2a8 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Thu, 5 Oct 2023 13:32:57 +0000 Subject: [PATCH] doc: update features --- .github/workflows/build-release-tag.yaml | 2 +- README.md | 3 ++- README_en.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release-tag.yaml b/.github/workflows/build-release-tag.yaml index 5e580ef..7cb333c 100644 --- a/.github/workflows/build-release-tag.yaml +++ b/.github/workflows/build-release-tag.yaml @@ -6,7 +6,7 @@ on: release: types: [published] jobs: - publish-docker-image: + publish-release-docker-image: runs-on: ubuntu-latest name: Build image diff --git a/README.md b/README.md index 17cf5f2..2a738ae 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ -> 欲通过 OpenAI 标准 API 访问各个 LLM 的官方接口,可以使用 [songquanpeng/one-api](https://github.com/songquanpeng/one-api),`free-one-api` 亦可与 `one-api` 项目搭配使用。 +> 欲通过 OpenAI 标准 API 访问各个 LLM 的**官方接口(付费)**,可以使用 [songquanpeng/one-api](https://github.com/songquanpeng/one-api),`free-one-api` 亦可与 `one-api` 项目搭配使用。 ## 功能点 @@ -26,6 +26,7 @@ - 支持 Web UI。 - 支持流模式。 - 支持多个 LLM 逆向库。 +- 心跳检测机制、自动禁用不可用的渠道。
截图展示 diff --git a/README_en.md b/README_en.md index 204e897..865a096 100644 --- a/README_en.md +++ b/README_en.md @@ -18,7 +18,7 @@ Access all reverse engineered LLM libs by standard OpenAI API format. -> If you want to access the official API of each LLM through the OpenAI standard API, you can use [songquanpeng/one-api](https://github.com/songquanpeng/one-api), `free-one-api` can also be used with the `one-api` project. +> If you want to access the **official API(paid)** of each LLM through the OpenAI standard API, you can use [songquanpeng/one-api](https://github.com/songquanpeng/one-api), `free-one-api` can also be used with the `one-api` project. ## Features @@ -26,6 +26,7 @@ Access all reverse engineered LLM libs by standard OpenAI API format. - Web UI. - Stream mode supported. - Multi lib supported. +- Heartbeat check, auto disable unavailable channel.
Screenshots