Commit Graph

2055 Commits

Author SHA1 Message Date
mrhaoji
640cc2df91 fix: InitChannelCache does not filter disabled channels (#201)
* chore: Show the HTTP status code in the test_time script to determine the success or failure of the request.

* fix: InitChannelCache does not filter disabled channels

* chore: do not hardcode

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-06-25 23:14:15 +08:00
mrhaoji
8d23abd071 chore: show the HTTP status code in the test_time script to determine the success or failure of the request (#200) 2023-06-25 22:58:16 +08:00
JustSong
4fc2c3ba57 chore: do not show completion ratio anymore 2023-06-25 20:29:42 +08:00
JustSong
f4cf9764d2 docs: update README 2023-06-25 15:14:52 +08:00
JustSong
64d31d0d42 docs: update README 2023-06-25 15:14:09 +08:00
JustSong
4cef57fec2 chore: update default ratio for text-embedding-ada-002 2023-06-25 12:07:42 +08:00
mrhaoji
5974d4edbc chore: show equivalent amount next to remaining quota in the user editing page (#198) 2023-06-25 11:54:05 +08:00
JustSong
44a78a755f feat: support /v1/edits now (close #196) 2023-06-25 11:46:23 +08:00
JustSong
a75364d2ae chore: update the number that representing the unlimited quota 2023-06-25 10:52:46 +08:00
JustSong
27177ee1f4 fix: check if token is nil before using it 2023-06-25 10:40:54 +08:00
JustSong
6b2b656468 chore: billing api now will return a large number if unlimited quota is set 2023-06-25 10:39:22 +08:00
JustSong
196703caf5 perf: validate the request first before send to OpenAI's server 2023-06-25 10:25:33 +08:00
JustSong
462ad0c50f fix: do not record if used quota is zero 2023-06-25 09:59:58 +08:00
JustSong
668c860b8d fix: do not charge the user if the amount of tokens used was zero 2023-06-25 09:56:03 +08:00
JustSong
b8b042407a fix: fix usage is not correct 2023-06-25 09:36:39 +08:00
quzard
fc85539222 fix: fix log sorting (#195) 2023-06-24 21:34:20 +08:00
JustSong
8b8645af45 fix: do not reuse state variable directly 2023-06-24 19:45:18 +08:00
JustSong
536cbe4c8b fix: reset page number after query 2023-06-24 19:32:46 +08:00
JustSong
baab9c71ac feat: able to query token with admin user 2023-06-24 19:13:33 +08:00
JustSong
d3706ea65a chore: adjust table width 2023-06-24 15:42:16 +08:00
JustSong
e4f7ac4089 feat: able to query logs now (close #144) 2023-06-24 15:28:11 +08:00
JustSong
e4281857b0 chore: update en.json 2023-06-24 14:44:34 +08:00
JustSong
c07995ea22 chore: update completion ratio for GPT-3 2023-06-24 14:19:50 +08:00
JustSong
2fc77d70c6 chore: update translations 2023-06-24 12:26:38 +08:00
JustSong
1bb1166322 chore: update translations 2023-06-24 12:18:25 +08:00
JustSong
9e731a4493 docs: update README 2023-06-24 11:34:33 +08:00
JustSong
046606a207 docs: update README 2023-06-24 11:30:16 +08:00
JustSong
140c1a1ac8 chore: fix translation 2023-06-24 11:17:46 +08:00
JustSong
965c964e86 ci: fix GitHub Actions config 2023-06-24 10:45:37 +08:00
JustSong
07b7c10d28 chore: update en.json 2023-06-24 10:22:13 +08:00
JustSong
0dcc5f3ad3 ci: rename GitHub Actions file 2023-06-24 10:12:34 +08:00
JustSong
d668370d06 fix: remove tqdm dependency 2023-06-24 10:09:42 +08:00
JustSong
7e80d4afd3 feat: add English support 2023-06-24 10:07:49 +08:00
JustSong
98ced19f8a docs: update README 2023-06-24 00:19:39 +08:00
JustSong
74b237544c fix: fix http status code (close #193) 2023-06-23 22:59:44 +08:00
JustSong
e873c305f3 feat: show used quota in token table 2023-06-23 21:42:31 +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
aaafbe0adf chore: use notice to show password (#107) 2023-06-23 10:42:47 +08:00
JustSong
6bea2724e4 feat: support automatic channel testing & balance updates (close #11, close #59) 2023-06-22 22:01:03 +08:00
JustSong
d36a887ffc feat: support search channels by key (close #185) 2023-06-22 21:19:43 +08:00
JustSong
56ac6445b1 chore: able to clear all models now 2023-06-22 20:53:21 +08:00
JustSong
dd87d0a47f chore: update base url setting 2023-06-22 20:49:55 +08:00
JustSong
c90fc7e0d6 chore: use NODE_TYPE to determine node type 2023-06-22 20:39:17 +08:00
JustSong
e975d41ce4 docs: update README 2023-06-22 20:19:30 +08:00
JustSong
5c118a83f7 fix: disable redis on master node 2023-06-22 20:12:43 +08:00
mrhaoji
b244b3250d fix: fix time_test.sh (#191)
* Update time_test.sh to fix the params

修复测试脚本入参问题

* Update time_test.sh to fix the params
2023-06-22 19:53:28 +08:00
JustSong
3b0779b3b4 fix: update time_test.sh 2023-06-22 19:36:54 +08:00
JustSong
f9256feae4 chore: update time_test.sh 2023-06-22 19:25:27 +08:00
JustSong
ed7df0bbfe chore: add time_test.sh 2023-06-22 19:14:45 +08:00
mrhaoji
f9efee5d0a chore: update docker-compose.yml (#189)
去除 Redis 服务的 ports 配置,只允许 Docker Compose 启动的服务才可以访问Redis,不会暴露到宿主机上也不会和宿主机产生端口冲突;同时也提升安全性。
2023-06-22 14:49:33 +08:00