From abf84b14aea41e2fa863587414041388be80c7f4 Mon Sep 17 00:00:00 2001 From: Junyan Qin <1010553892@qq.com> Date: Tue, 19 Mar 2024 05:19:12 +0000 Subject: [PATCH] doc: add tips for contributions --- README.md | 2 ++ README_en.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 4dfca7c..00c8cbe 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ > 欲通过 OpenAI 标准 API 访问各个 LLM 的**官方接口(付费)**,可以使用 [songquanpeng/one-api](https://github.com/songquanpeng/one-api),`free-one-api` 亦可与 `one-api` 项目搭配使用。 +> 需要贡献者!适配器太多了,而且又很不稳定,自己一个人忙不过来。希望各位能帮助测试各个适配器,寻找新的逆向工程库,提交 PR。 + ## 功能点 - 支持自动负载均衡。 diff --git a/README_en.md b/README_en.md index 1e6536b..93bfa55 100644 --- a/README_en.md +++ b/README_en.md @@ -20,6 +20,8 @@ Access all reverse engineered LLM libs by standard OpenAI API format. > 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. +> Need contributors! There are too many adapters, and they are very unstable. I can't handle it alone. I hope you can help test various adapters, find new reverse engineering libraries, and submit PRs. + ## Features - Automatically load balance.