Commit Graph

45 Commits

Author SHA1 Message Date
CaIon 14892a6582 feat: 初步兼容敏感词过滤 2024-03-20 17:07:42 +08:00
CaIon cee6f9c3f5 feat: 允许开关mj回调 2024-03-14 21:21:37 +08:00
Ehco 9a97408b29 Merge branch 'main' into telegram-login 2024-03-03 19:42:06 +08:00
1808837298@qq.com 53d25cc62b feat: 可自定义支付回调地址及最低购买数量 2024-03-02 22:07:32 +08:00
1808837298@qq.com 556b16b9b8 feat: 可设置默认折叠侧边栏 2024-03-02 02:12:02 +08:00
Ehco1996 a9d3c59e83 Add Telegram OAuth support 2024-03-01 21:54:24 +08:00
Ehco1996 c9496d1c56 Add Telegram bot token and name 2024-03-01 20:39:28 +08:00
CaIon 65972ad47e feat: 添加成功时自动启用通道功能, close #27 2024-02-01 18:52:39 +08:00
GuoRuqiang dbe8223e3b 增加了一个超链聊天跳转
在“运营设置里面”增加了“聊天页面2链接”,方便将项目(https://github.com/Dooy/chatgpt-web-midjourney-proxy) 替换掉原来的AMA问天。

Changes to be committed:
    modified:   common/constants.go
    modified:   controller/misc.go
    modified:   model/option.go
    modified:   web/src/App.js
    modified:   web/src/components/OperationSetting.js
    modified:   web/src/components/TokensTable.js
2024-01-16 18:15:55 +00:00
CaIon fe148d175e perf: 数据看板支持选择时间粒度 2024-01-13 00:33:52 +08:00
CaIon dd0abc9447 feat: 新增数据看板 2024-01-07 18:31:14 +08:00
CaIon ffbde7d751 支持设置模型按次计费 2023-12-21 20:14:04 +08:00
CaIon 2390c2cb71 完全移除近似估算token功能 2023-11-11 01:55:19 +08:00
CaIon abb82a0b11 feat: 新增充值分组倍率设置 2023-10-11 14:58:09 +08:00
CaIon ff8df45f95 修复充值bug 2023-09-09 05:04:49 +08:00
CaIon f73ecc57c2 移除不必要的功能 2023-09-09 03:11:42 +08:00
CaIon e60239c93d Merge remote-tracking branch 'origin/main'
# Conflicts:
#	controller/relay-text.go
#	go.mod
#	web/src/components/PersonalSetting.js
#	web/src/components/TokensTable.js
#	web/src/pages/Home/index.js
2023-08-25 00:51:02 +08:00
CaIon 68b24da6a6 add epay 2023-08-14 22:16:32 +08:00
ckt a8acca398f feat: support email domain whitelist (#337)
* feat: support email domain restriction

* fix(SMTPToken): disable password auto complete

* chore: update implementation

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-07-30 12:44:41 +08:00
JustSong 8a0f707d64 feat: retry on failed (close #112) 2023-07-15 19:06:51 +08:00
JustSong 16b6ace078 feat: able to approximate token (close #207) 2023-07-04 19:54:13 +08:00
JustSong 24bdbe117a feat: able to display token billing stat via billing api (close #186) 2023-06-23 20:14:53 +08:00
JustSong b7a89340e1 chore: format logs 2023-06-22 10:59:01 +08:00
JustSong a6cc0226a7 feat: able to display quota in dollar 2023-06-20 20:09:17 +08:00
JustSong b4142308c5 feat: able to add chat page link now (close #70) 2023-06-17 23:51:56 +08:00
JustSong f123eaf379 feat: support aff now (close #75) 2023-06-17 18:12:58 +08:00
JustSong 569c124b59 feat: able to disable quota consumption recording (close #156) 2023-06-15 16:32:16 +08:00
JustSong 1e791392f2 feat: able to set group ratio now (close #62, close #142) 2023-06-11 11:08:16 +08:00
JustSong 44b9d7a134 feat: now slave server can sync options with master server (close #88) 2023-05-18 12:48:20 +08:00
JustSong 146ab7d299 feat: able to set pre consumed quota now 2023-05-16 13:57:01 +08:00
JustSong fa2d80c674 fix: fix option update logic not working properly 2023-05-16 10:04:39 +08:00
JustSong f43a810e8d feat: automatically disable channel when error occurred (#59) 2023-05-15 17:34:09 +08:00
JustSong 6eb288260d feat: able to customize system name & logo now 2023-05-14 19:29:02 +08:00
JustSong d4a976d0e6 fix: fix SMTPFrom not updated in some cases (close #34) 2023-05-13 22:04:36 +08:00
JustSong 80176fdfe8 feat: able to customize home page now (#24) 2023-05-13 21:27:49 +08:00
JustSong 6cb284c8fd feat: able to configure smtp from now (close #34) 2023-05-13 18:33:41 +08:00
JustSong 17f1714256 fix: handle errors when update option map 2023-05-13 10:30:55 +08:00
JustSong d11134d98f feat: now supports custom smtp port 2023-05-12 11:44:38 +08:00
JustSong 049a6def02 feat: able to configure ratio for more models now (close #53) 2023-05-11 20:59:35 +08:00
JustSong 033e832cae feat: able to configure ratio for different models (close #26) 2023-04-28 19:16:37 +08:00
JustSong 0760dcf6cc feat: support configuring ratio when estimating token number in stream mode 2023-04-28 17:25:05 +08:00
JustSong 79dc851aa1 feat: able to set top up link now 2023-04-27 16:32:21 +08:00
JustSong 9c529f9674 feat: able to set initial quota for new user (close #22) 2023-04-26 21:40:56 +08:00
JustSong 483bd64d8f Rename to One API 2023-04-22 21:14:09 +08:00
JustSong 4cbef0780e Initial commit 2023-04-22 20:39:27 +08:00