Buer
628df97f96
✨ feat: support other OpenAI APIs ( #165 )
...
* ✨ feat: support other OpenAI APIs
* 🔖 chore: Update English translation
2024-04-23 19:57:14 +08:00
Martial BE
0c5ad810a9
🐛 fix: config file loading error
2024-04-18 23:10:47 +08:00
Martial BE
9ccf1381e8
✨ feat: add Lark OAuth ( #149 )
2024-04-16 13:03:05 +08:00
Buer
c1fc32add7
✨ feat: add Midjourney ( #138 )
...
* 🚧 stash
* ✨ feat: add Midjourney
* 📝 doc: update readme
2024-04-05 04:03:46 +08:00
Martial BE
6300ce4835
🐛 fix: Fix model name not URL encoded in pricing
2024-04-01 09:47:58 +08:00
MartialBE
988df5c13c
🐛 fix: Prevent API abuse
2024-03-30 19:49:49 +08:00
MartialBE
89a84e2386
⚡ ️ improve: Prohibit users from deleting accounts ( #132 )
2024-03-30 19:49:42 +08:00
Buer
a58e538c26
♻️ refactor: Refactor price module ( #123 ) ( #109 ) ( #128 )
2024-03-28 16:53:34 +08:00
Buer
71171c63f5
✨ feat: support configuration file ( #117 )
...
* ♻️ refactor: move file directory
* ♻️ refactor: move file directory
* ♻️ refactor: support multiple config methods
* 🔥 del: remove unused code
* 💩 refactor: Refactor channel management and synchronization
* 💄 improve: add channel website
* ✨ feat: allow recording 0 consumption
2024-03-20 14:12:47 +08:00
Buer
dd3e79a20d
✨ feat: channel support weight ( #85 )
...
* ✨ feat: channel support weight
* 💄 improve: show version
* 💄 improve: Channel add copy operation
* 💄 improve: Channel support batch add
2024-03-06 18:01:43 +08:00
Buer
6b8ba36213
优化项目 ( #75 )
...
* 💄 improve: channel search
* 💄 improve: channel Table
* 💄 improve: add channel batch
2024-02-26 19:06:18 +08:00
Buer
e90f4c99fc
✨ feat: add telegram bot ( #71 )
2024-02-23 18:24:25 +08:00
Buer
57cd68e7e3
✨ feat: support paging / sorting ( #64 )
...
* ✨ feat: support paging / sorting
* 🔥 del: delete unused files
2024-02-08 03:41:51 +08:00
moondie
6f3b8ed997
查询余额接口支持跨域请求 ( #61 )
...
* 查询余额接口支持跨域请求
* 改正智谱倍率
2024-02-02 12:18:26 +08:00
Buer
332b6fd397
✨ feat: add admin statistics ( #59 )
2024-02-01 18:45:53 +08:00
MartialBE
7ef4a7db59
✨ feat: Optimize model list.
2024-01-01 14:42:24 +08:00
Martial BE
72983ac734
✨ Model list return by group
2023-12-28 15:48:20 +08:00
Martial BE
43d8bedbb4
Merge branch 'songquanpeng' into sync_upstream
2023-12-21 15:36:01 +08:00
Martial BE
ffa4e491ea
✨ 更换web界面
2023-12-20 19:27:27 +08:00
JustSong
2a70744dbf
feat: add panic recover middleware
2023-12-10 19:53:33 +08:00
JustSong
01f7b0186f
chore: add routes
2023-12-03 20:45:11 +08:00
MartialBE
be364ae09b
🎨 结构中继控制器
2023-12-02 03:28:18 +08:00
Martial BE
0f038d715d
✨ add: add images edits and variations API
2023-12-01 18:25:05 +08:00
ckt1031
ddcaf95f5f
feat: support tts model ( #713 )
...
* Added support for Text-to-Speech models and
endpoints
* chore: update impl
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-11-17 21:18:51 +08:00
JustSong
824444244b
feat: able to delete all disabled channels
2023-10-14 17:25:48 +08:00
JustSong
8d34b7a77e
feat: able to delete all manually disabled channels ( close #539 )
2023-10-02 13:06:27 +08:00
JustSong
328aa68255
feat: able to delete logs now ( close #486 )
2023-09-17 17:09:56 +08:00
JustSong
25c4c111ab
fix: only enable cors for relay routers to avoid csrf attack
2023-09-17 11:44:38 +08:00
JustSong
39ae8075e4
fix: fix oauth2 state not checking
2023-09-15 00:24:20 +08:00
JustSong
d09d317459
feat: supper whisper now ( close #197 )
2023-08-27 15:28:23 +08:00
JustSong
3b36608bbd
fix: update no route handler
2023-08-11 19:53:01 +08:00
JustSong
463b0b3c51
fix: no need to check turnstile when process deletion
2023-08-06 22:28:07 +08:00
mrhaoji
dce8bbe1ca
fix: relay router typo for List models ( #320 )
...
via: https://platform.openai.com/docs/api-reference/models/list
2023-07-24 22:28:16 +08:00
ckt
2fcd6852e0
feat: able to delete account by self ( #294 )
...
* feat: support account deletion
* chore: update style
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-07-23 13:37:32 +08:00
JustSong
f61d326721
revert: do not enable turnstile check on login
2023-07-15 16:06:01 +08:00
ckt
d592e2c8b8
feat: add turnstile for login form ( #263 )
2023-07-15 12:41:21 +08:00
ckt
b520b54625
feat: initial support of Dall-E ( #148 , #266 )
...
* feat: initial support of Dall-E
* fix: fix N not timed
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com>
Co-authored-by: JustSong <39998050+songquanpeng@users.noreply.github.com>
2023-07-15 12:30:06 +08:00
玩牛牛
81c5901123
feat: add support for /v1/engines/text-embedding-ada-002/embeddings ( #224 , close #222 )
2023-07-15 12:03:23 +08:00
JustSong
edc5156693
chore: ignore FRONTEND_BASE_URL on master node
2023-07-02 16:07:12 +08:00
JustSong
9b178a28a3
feat: support /v1/edits now ( close #196 )
2023-06-25 11:46:23 +08:00
JustSong
cccf5e4a07
feat: able to query logs now ( close #144 )
2023-06-24 15:28:11 +08:00
JustSong
c5837c3bb7
feat: support aff now ( close #75 )
2023-06-17 18:12:58 +08:00
JustSong
70ed126ccb
feat: return a not found response if requested a wrong API endpoints
2023-06-17 09:46:07 +08:00
JustSong
596446dba4
feat: able to set group ratio now ( close #62 , close #142 )
2023-06-11 11:08:16 +08:00
JustSong
4339f45f74
feat: support /v1/moderations now ( close #117 )
2023-06-11 09:37:36 +08:00
JustSong
45e9fd66e7
feat: able to check topup history & consumption history ( #78 , #95 )
2023-06-09 16:59:00 +08:00
JustSong
4b6adaec0b
feat: support /v1/completions ( close #115 )
2023-06-08 14:54:02 +08:00
JustSong
2ad22e1425
feat: support group now ( close #17 , close #72 , close #85 , close #104 , close #136 )
...
Co-authored-by: quzard <1191890118@qq.com>
2023-06-07 23:26:00 +08:00
JustSong
d4794fc051
feat: return user's quota with billing api ( close #92 )
2023-05-22 17:10:31 +08:00
JustSong
92c88fa273
fix: remove no-store for index.html
2023-05-22 00:44:27 +08:00