ckt1031
fd72565011
feat: support Discord Guild Join
2023-07-18 22:24:38 +08:00
ckt1031
4b9756b257
feat: support chatbot ui
2023-07-17 15:35:02 +08:00
ckt1031
617149d731
fix: custom models
2023-07-16 21:23:56 +08:00
ckt1031
203471d7a9
Merge remote-tracking branch 'upstream/main'
2023-07-16 13:12:45 +08:00
ckt1031
0c175b4e44
fix: model issue from upstream
2023-07-15 23:05:33 +08:00
ckt1031
4e94c85a9a
feat: move to vite for faster builld
2023-07-15 21:41:23 +08:00
ckt1031
caabdd1e21
fix: run prettier
2023-07-15 21:14:40 +08:00
ckt1031
256d290507
fix: merge latest change from remote
2023-07-15 21:12:55 +08:00
ckt1031
8f0799d909
feat: support reverse proxy of Chanzhaoyu/chatgpt-web
2023-07-15 21:03:27 +08:00
JustSong
35cfebee12
feat: retry on failed ( close #112 )
2023-07-15 19:06:51 +08:00
JustSong
f61d326721
revert: do not enable turnstile check on login
2023-07-15 16:06:01 +08:00
JustSong
74b06b643a
Merge branch 'main' of github.com:songquanpeng/one-api
2023-07-15 13:52:26 +08:00
JustSong
ccf7709e23
feat: support custom model now ( close #276 )
2023-07-15 13:51:46 +08:00
ckt
d592e2c8b8
feat: add turnstile for login form ( #263 )
2023-07-15 12:41:21 +08:00
ckt1031
349e3a3661
feat: add default models for token creation
2023-07-15 11:47:09 +08:00
ckt1031
1c7bad7b87
fix: token model list
2023-07-14 23:07:22 +08:00
ckt1031
e4500bf8bf
featL add token-side model selection
2023-07-14 22:41:22 +08:00
ckt1031
4043fccedb
feat: support ip randomize in http header
2023-07-14 21:30:13 +08:00
ckt1031
d850f465cd
Merge remote-tracking branch 'upstream/main'
2023-07-13 22:27:29 +08:00
mrhaoji
ea73201b6f
fix: restore display_name/username that deleted before ( #268 )
...
which happend in commit # 3bab5b4
2023-07-12 22:43:54 +08:00
ckt1031
379d03798c
fix: add user edit discord
2023-07-12 21:14:30 +08:00
ckt1031
855bb82ae7
feat: improve i18n
2023-07-12 17:58:09 +08:00
ckt1031
7c7a45a4f5
feat: support account deletion
2023-07-12 15:57:40 +08:00
ckt1031
b63400ebe2
feat: add Discord Oauth2 support (1)
2023-07-12 15:11:02 +08:00
ckt1031
270e366cd9
fix: add @babel/plugin-proposal-private-property-in-object
2023-07-11 16:59:44 +08:00
ckt1031
2ae5741214
fix: move back to react-scripts
2023-07-09 21:18:22 +08:00
ckt1031
28d58849a0
fix: environmental issue
2023-07-09 21:12:56 +08:00
ckt1031
adc9679d56
feat: optimized env for docker
2023-07-09 20:43:18 +08:00
ckt1031
d7ab9b0935
fix: turnstil should show in login form
2023-07-09 17:12:31 +08:00
ckt1031
ebd62c3bfc
fix: vite process
2023-07-09 17:01:14 +08:00
ckt1031
77d295bbf5
fix: removed local update notice
2023-07-08 16:43:57 +08:00
ckt1031
7e3e25fbd9
Fix faulty outdir
2023-07-08 07:56:31 +00:00
ckt1031
9bf98ab53a
Fix vite react variable issue
2023-07-08 07:52:37 +00:00
ckt
3ed9a219c7
Update package.json
2023-07-08 15:08:46 +08:00
ckt1031
37d7afcedc
feat: use vite
2023-07-08 14:58:42 +08:00
JustSong
701aaba191
feat: able to approximate token ( close #207 )
2023-07-04 19:54:13 +08:00
mrhaoji
3bab5b48bf
chore: remove email in UsersTable to make room for other fields ( #246 )
...
* chore: remove email in UsersTable to make room for others
* fix: fix not working properly
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-07-04 18:57:44 +08:00
JustSong
f3bccee3b5
chore: update channel add & edit page
2023-07-04 18:40:36 +08:00
Cross Fire
d383302e8a
feat: support balance query for CloseAI ( #240 )
...
* 增加CloseAI余额查询功能
* 去除debug代码
* fix: bug fix
* docs: update README
---------
Co-authored-by: sudongyang <sudongyang@xiaomi.com>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-07-03 20:43:42 +08:00
JustSong
c90c0ecef4
chore: set the default token quota to 1$
2023-07-02 16:45:42 +08:00
JustSong
9ec6506c32
fix: fix refresh not working properly ( close #229 )
2023-07-02 15:55:49 +08:00
Alone88
b1b3651e84
feat: support channel type AIGC2D ( #220 )
...
* feat: add AIGC2D Channel
* chore: remove console logging & update balance rendering
---------
Co-authored-by: Alone88 <im@aloen88.cn>
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-06-29 21:34:17 +08:00
JustSong
bddbf57104
fix: fix AutomaticDisableChannelEnabled option not ignored ( close #217 )
2023-06-29 15:54:12 +08:00
mrhaoji
a326ac4b28
chore: more hints in model mapping textarea ( #205 )
...
* chore: more hints in model mapping textarea
* fix: fix variable not defined
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-06-28 12:56:01 +08:00
JustSong
0941e294bf
feat: support model remap now
2023-06-27 13:42:45 +08:00
mrhaoji
6f05128368
chore: show equivalent amount next to remaining quota in the user editing page ( #198 )
2023-06-25 11:54:05 +08:00
quzard
f2ba0c0300
fix: fix log sorting ( #195 )
2023-06-24 21:34:20 +08:00
JustSong
f5c1fcd3c3
fix: do not reuse state variable directly
2023-06-24 19:45:18 +08:00
JustSong
5fdf670a19
fix: reset page number after query
2023-06-24 19:32:46 +08:00
JustSong
3ce982d8ee
feat: able to query token with admin user
2023-06-24 19:13:33 +08:00