Commit Graph

310 Commits

Author SHA1 Message Date
CaIon
f0fa7d38d8 update relay 2023-11-27 15:30:02 +08:00
CaIon
3baf231a1f 移除检查更新 2023-11-27 14:24:28 +08:00
CaIon
633f1effb7 修复流模式下客户端中断导致的计费异常问题 2023-11-26 01:19:20 +08:00
CaIon
7e5ad052ba fix epay bug 2023-11-24 14:00:29 +08:00
Xyfacai
7633ef1ea9 optimize: high cpu 2023-11-23 21:40:17 +08:00
luxl
b0fae6b39d 绘图列表更新 2023-11-23 18:18:03 +08:00
CaIon
2c45cf6e74 record relay time 2023-11-23 03:06:04 +08:00
CaIon
7e29eaa0d9 删除relay-text中的consumeQuota变量 2023-11-23 02:56:18 +08:00
CaIon
5f48b80830 record all the consume log even if quota is 0 2023-11-22 23:03:40 +08:00
CaIon
3eb7843b2e 完善个人中心 2023-11-21 16:35:51 +08:00
CaIon
89c04a2cfe fix email bug 2023-11-21 14:34:48 +08:00
CaIon
2543e98bea support base64 image 2023-11-19 18:59:35 +08:00
CaIon
36173b7968 fix whisper-1 2023-11-19 16:35:37 +08:00
CaIon
1f3787eff2 fix image token calculate 2023-11-17 20:32:40 +08:00
CaIon
7115390fc8 support gpt-4-1106-vision-preview 2023-11-17 20:32:37 +08:00
CaIon
9dc7c352ce Merge branch 'main' into latest 2023-11-17 16:24:39 +08:00
CaIon
346d14faad 修复超时自动禁用bug 2023-11-17 16:22:13 +08:00
CaIon
60c39f5ab1 Merge branch 'main' into latest 2023-11-16 01:45:52 +08:00
CaIon
4454af5f5f 完善dall-e-3请求参数 2023-11-16 01:45:08 +08:00
CaIon
8f514adad0 修复语音系列模型计费bug 2023-11-16 01:44:15 +08:00
CaIon
a7bac4f1fd Merge branch 'main' into latest 2023-11-15 21:07:37 +08:00
CaIon
9d68527654 support tts 2023-11-15 21:05:14 +08:00
CaIon
28fe74d76c try to fix email 2023-11-15 18:27:42 +08:00
luxl-1379
736b77b632 Merge pull request #1 from Calcium-Ion/main
1
2023-11-14 08:57:47 +08:00
luxl-1379
656abc73a9 Update relay.go 2023-11-14 08:55:10 +08:00
CaIon
539e598c14 添加mj渠道 2023-11-12 23:34:22 +08:00
CaIon
00305a4301 添加mj渠道 2023-11-12 23:32:22 +08:00
CaIon
04fe42c634 修复余额不足邮件提醒bug 2023-11-12 18:51:26 +08:00
CaIon
424adfd562 更新模型倍率 2023-11-11 02:31:07 +08:00
CaIon
2390c2cb71 完全移除近似估算token功能 2023-11-11 01:55:19 +08:00
CaIon
5894e7dcdb fix image bug 2023-11-10 17:08:43 +08:00
CaIon
4c1a23d65a 完善兑换码界面 2023-11-10 00:10:41 +08:00
CaIon
8c5fd7b7ee 适配dall-e-3 2023-11-09 17:08:32 +08:00
CaIon
f0ba2fecc2 登录支持人机验证 2023-11-06 22:11:05 +08:00
CaIon
6ebf1b4f98 fix mj bug 2023-11-06 02:08:12 +08:00
CaIon
833c47790e 令牌分页 2023-11-03 22:47:55 +08:00
CaIon
eec9046c3a 更换前端组件库 2023-10-31 00:03:22 +08:00
Calcium-Ion
f439c4d553 Merge branch 'songquanpeng:main' into main 2023-10-30 16:12:09 +08:00
MaricoHan
46326b4751 feat: support xunfei v3 (#637) 2023-10-29 22:03:01 +08:00
JustSong
0e4f9e4690 feat: able to set RELAY_TIMEOUT 2023-10-22 20:39:49 +08:00
JustSong
0c7b132dde feat: support ERNIE-Bot-4 (close #608) 2023-10-22 18:48:35 +08:00
yiGmMk
033ff32b44 fix: set Accept header if not given (#615)
* fix: fastgpt调用通义千问问答失败

* refactor: Dockerfile

* Revert "refactor: Dockerfile"

This reverts commit a538c4f28eaf4dee66df3b4d951a3dc29d4db9ec.

* chore: update implementation

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-10-22 17:56:20 +08:00
vc
46f12bc4fa feat: add cloudflare ai gateway support for image & audio (#607)
* Update channel-test.go

* Update relay-audio.go

* Update relay-image.go

* chore: using a util function

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-10-22 17:50:52 +08:00
CaIon
ba7e6324d3 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	README.md
#	go.mod
#	go.sum
#	model/log.go
#	web/src/App.js
#	web/src/components/ChannelsTable.js
2023-10-16 17:31:26 +08:00
JustSong
63bd941d99 feat: able to delete all disabled channels 2023-10-14 17:25:48 +08:00
JustSong
215cad9bae fix: fix array index not checked (close #588) 2023-10-14 16:11:15 +08:00
JustSong
30b8bb362a feat: support cloudflare AI gateway now (close #565, #598) 2023-10-14 15:26:28 +08:00
CaIon
abb82a0b11 feat: 新增充值分组倍率设置 2023-10-11 14:58:09 +08:00
CaIon
ee1edbcc91 取消429自动禁用 2023-10-10 11:18:29 +08:00
JustSong
4d65a13ae9 feat: support Tencent's model (close #519) 2023-10-03 14:19:03 +08:00