Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ea942963
authored
Jun 08, 2023
by
JustSong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update README
parent
64883ea7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
README.md
+10
-9
No files found.
README.md
View file @
ea942963
...
...
@@ -44,8 +44,7 @@ _✨ All in one 的 OpenAI 接口,整合各种 API 访问方式,开箱即用
<a
href=
"https://iamazing.cn/page/reward"
>
赞赏支持
</a>
</p>
> **Warning**:从 `v0.2` 版本升级到 `v0.3` 版本需要手动迁移数据库,请手动执行[数据库迁移脚本](./bin/migration_v0.2-v0.3.sql)。
> **Warning**:使用 Docker 拉取的最新镜像可能是 `alpha` 版本,如果追求稳定性请手动指定版本。
## 功能
1.
支持多种 API 访问渠道,欢迎 PR 或提 issue 添加更多渠道:
...
...
@@ -65,16 +64,18 @@ _✨ All in one 的 OpenAI 接口,整合各种 API 访问方式,开箱即用
5.
支持
**令牌管理**
,设置令牌的过期时间和使用次数。
6.
支持
**兑换码管理**
,支持批量生成和导出兑换码,可使用兑换码为账户进行充值。
7.
支持
**通道管理**
,批量创建通道。
8.
支持发布公告,设置充值链接,设置新用户初始额度。
9.
支持丰富的
**自定义**
设置,
1.
支持自定义系统名称,logo 以及页脚。
2.
支持自定义首页和关于页面,可以选择使用 HTML & Markdown 代码进行自定义,或者使用一个单独的网页通过 iframe 嵌入。
10.
支持通过系统访问令牌访问管理 API。
11.
支持用户管理,支持
**多种用户登录注册方式**
:
8.
支持
**用户分组**
以及
**渠道分组**
。
9.
支持渠道
**设置模型列表**
。
10.
支持发布公告,设置充值链接,设置新用户初始额度。
11.
支持丰富的
**自定义**
设置,
1.
支持自定义系统名称,logo 以及页脚。
2.
支持自定义首页和关于页面,可以选择使用 HTML & Markdown 代码进行自定义,或者使用一个单独的网页通过 iframe 嵌入。
12.
支持通过系统访问令牌访问管理 API。
13.
支持用户管理,支持
**多种用户登录注册方式**
:
+
邮箱登录注册以及通过邮箱进行密码重置。
+
[
GitHub 开放授权
](
https://github.com/settings/applications/new
)
。
+
微信公众号授权(需要额外部署
[
WeChat Server
](
https://github.com/songquanpeng/wechat-server
)
)。
1
2
.
未来其他大模型开放 API 后,将第一时间支持,并将其封装成同样的 API 访问方式。
1
4
.
未来其他大模型开放 API 后,将第一时间支持,并将其封装成同样的 API 访问方式。
## 部署
### 基于 Docker 进行部署
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment