diff --git a/README.md b/README.md index 19cbd4b8..b32569ee 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,22 @@ _✨ All in one 的 OpenAI 接口,整合各种 API 访问方式,开箱即用

## 功能 -1. 多种 API 访问方式: +1. 支持多种 API 访问渠道,欢迎 PR 或提 issue 添加更多渠道: + [ ] One API 服务端中继 + [ ] [API2D](https://api2d.com/r/197971) -2. 聚合多种 API 访问方式,通过负载均衡的方式进行访问。 -3. 单个访问渠道支持设置多个 API Key,利用起来你的多个 API Key。 -4. 多种用户登录注册方式: + + [ ] Azure OpenAI API + + [ ] [CloseAI](https://console.openai-asia.com) + + [ ] [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)。 + 微信公众号授权(需要额外部署 [WeChat Server](https://github.com/songquanpeng/wechat-server))。 -5. 支持用户管理。 +6. 支持用户管理。 ## 部署 ### 基于 Docker 进行部署