Commit Graph

178 Commits

Author SHA1 Message Date
MartialBE
c2f8a79be2
🔖 chore: Update variable name to follow naming conventions 2024-05-29 04:58:28 +08:00
MartialBE
021f8c65da
🔖 chore: Remove invalid code 2024-05-29 04:38:56 +08:00
MartialBE
b5a4283b28
🔖 chore: add chat image request proxy address 2024-05-29 04:01:28 +08:00
MartialBE
3d8a51e139
🔖 chore: migration constants 2024-05-29 01:56:14 +08:00
MartialBE
ce12558ad6
🔖 chore: migration logger package 2024-05-29 01:04:23 +08:00
MartialBE
79524108a3
🔖 chore: Rename relay/util to relay/relay_util package and add utils package 2024-05-29 00:36:54 +08:00
ZeroDeng
2b735e6dff
🔖 chore: profile page displays icons based on whether third-party login is enabled. (#227)
* feat(系统设置&登录): 修改飞书登录是否启用判断逻辑和设置选项

1. 系统增加是否开启飞书登录选项
2. 登录使用通过系统设置判断是否启用飞书

* perf(用户中心): 优化用户中心绑定的第三方登录是否绑定判断和展示方式

优化用户中心绑定的第三方登录是否绑定判断和展示方式:
- 系统启动了指定登录方式并且用户已经绑定该方式则icon高亮,没绑定则默认颜色显示;
- 系统没有启动指定的登录方式则不显示指定登录方式icon
2024-05-26 12:36:55 +08:00
MartialBE
34e1543176
🔖 chore: Update Hunyuan API 2024-05-25 17:59:30 +08:00
MartialBE
ef63fbfd31
🔖 chore: Modify the key field data type in the channel table. 2024-05-15 22:15:27 +08:00
MartialBE
2bc2dfca39
feat: Support channel setting chat only 2024-05-15 17:51:49 +08:00
MartialBE
be874c330f
🔖 chore: logs list displays channel name. 2024-05-15 15:16:43 +08:00
MartialBE
5ae57435ba
🔖 chore: prohibit users from modifying usernames 2024-05-15 12:35:04 +08:00
MartialBE
234fb1b118
🐛 fix: fix calculation accuracy 2024-05-15 04:08:15 +08:00
MartialBE
46aea4731b
🔖 chore: update gemini model and token calculation. 2024-05-15 03:49:22 +08:00
MartialBE
d48868586c
🔖 chore: update gpt-4o 2024-05-14 01:57:37 +08:00
Martial BE
bc11c65c78
feat: Allow skip channel id 2024-04-28 11:22:43 +08:00
Martial BE
317e0a6370
🐛 fix: playground gets token without verifying user's identity 2024-04-28 10:25:33 +08:00
Martial BE
801b98d6fc
♻️ refactor: Refactor chat links 2024-04-27 20:50:36 +08:00
Martial BE
d1369eb5c6
🐛 fix: fix floating point precision 2024-04-22 18:32:20 +08:00
Martial BE
0c5ad810a9
🐛 fix: config file loading error 2024-04-18 23:10:47 +08:00
Martial BE
303fe3360b
feat: add Stability AI 2024-04-18 18:53:49 +08:00
Martial BE
95854f5912
feat: Support Cohere 2024-04-18 01:39:18 +08:00
Martial BE
344555418e
feat: Support Cloudflare AI 2024-04-16 18:08:56 +08:00
Martial BE
9ccf1381e8
feat: add Lark OAuth (#149) 2024-04-16 13:03:05 +08:00
Buer
3c7c13758b
feat: add chat cache (#152) 2024-04-16 10:36:18 +08:00
Martial BE
bbaa4eec4b
🐛 fix: edite user failed (#150) 2024-04-15 09:43:16 +08:00
Martial BE
2b17c98b34
🔖 chore: Update OpenAI model 2024-04-11 15:49:53 +08:00
Buer
a3719cd78a
feat: add notifier (#144)
* ♻️ refactor: email refactor

*  feat: add notifier
2024-04-09 15:00:06 +08:00
MartialBE
3cf92daef5
️ improve: channel add used 2024-04-05 16:16:22 +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
87bfecf3e9
🔖 chore: change gemini price 2024-04-02 16:36:23 +08:00
Martial BE
c80f81b177
🐛 fix: delete soft delete error 2024-04-02 12:26:22 +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
Martial BE
48efdbc7df
🐛 fix: balancer remove illogical 2024-03-25 10:54:38 +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
Martial BE
3aae5d262c
🐛 fix: Update channel results in data loss (#108) 2024-03-13 18:34:37 +08:00
Martial BE
0b62ffab17
🐛 fix: fix fields where channels can't save null characters(#103) 2024-03-13 14:43:10 +08:00
Buer
d8d880bf85
️ feat: channel support plugin settings (#89) 2024-03-08 14:49:33 +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
fab465e82a
🐛 fix: fix some issues (#77)
* 🐛 fix: Incorrect word spelling

* ♻️ refactor: split function

* 🐛 fix: Delete the disabled channels without deleting the abilities table
2024-02-29 11:26:02 +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
Buer
332b6fd397
feat: add admin statistics (#59) 2024-02-01 18:45:53 +08:00
Buer
705804e6dd
feat: MiniMax support (#50) 2024-01-22 12:25:55 +08:00
Buer
2cc120f35b
🐛 fix: proxy bug (#49) 2024-01-20 13:26:11 +08:00
Martial BE
45fd814d77 🔀 sync: sync upstream 2024-01-19 03:27:57 +08:00
Martial BE
3b8ae9a6cd feat: auto update new model ratio to database 2024-01-03 16:35:58 +08:00
MartialBE
a214371a0a
🚀 feature: Add request duration 2023-12-30 00:37:14 +08:00