Update README

This commit is contained in:
JustSong 2023-04-22 22:46:29 +08:00
parent f95f5948ff
commit c30b069f2e

View File

@ -36,16 +36,22 @@ _✨ All in one 的 OpenAI 接口,整合各种 API 访问方式,开箱即用
</p> </p>
## 功能 ## 功能
1. 多种 API 访问方式 1. 支持多种 API 访问渠道,欢迎 PR 或提 issue 添加更多渠道
+ [ ] One API 服务端中继 + [ ] One API 服务端中继
+ [ ] [API2D](https://api2d.com/r/197971) + [ ] [API2D](https://api2d.com/r/197971)
2. 聚合多种 API 访问方式,通过负载均衡的方式进行访问。 + [ ] Azure OpenAI API
3. 单个访问渠道支持设置多个 API Key利用起来你的多个 API Key。 + [ ] [CloseAI](https://console.openai-asia.com)
4. 多种用户登录注册方式: + [ ] [OpenAI-SB](https://openai-sb.com)
+ [ ] [OpenAI Max](https://openaimax.com)
+ [ ] [OhMyGPT](https://www.ohmygpt.com)
2. 支持通过负载均衡的方式访问多个渠道,访问失败自动切换。
3. 支持单个访问渠道设置多个 API Key利用起来你的多个 API Key。
4. ~~支持 HTTP SSE~~
5. 多种用户登录注册方式:
+ 邮箱登录注册以及通过邮箱进行密码重置。 + 邮箱登录注册以及通过邮箱进行密码重置。
+ [GitHub 开放授权](https://github.com/settings/applications/new)。 + [GitHub 开放授权](https://github.com/settings/applications/new)。
+ 微信公众号授权(需要额外部署 [WeChat Server](https://github.com/songquanpeng/wechat-server))。 + 微信公众号授权(需要额外部署 [WeChat Server](https://github.com/songquanpeng/wechat-server))。
5. 支持用户管理。 6. 支持用户管理。
## 部署 ## 部署
### 基于 Docker 进行部署 ### 基于 Docker 进行部署