JustSong
431d505f79
refactor: do not use redis to store session
2023-06-26 16:10:59 +08:00
mrhaoji
f0dc7f3f06
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
99fed1f850
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
4dc5388a80
chore: do not show completion ratio anymore
2023-06-25 20:29:42 +08:00
JustSong
f81f4c60b2
docs: update README
2023-06-25 15:14:52 +08:00
JustSong
c613d8b6b2
docs: update README
2023-06-25 15:14:09 +08:00
JustSong
7adac1c09c
chore: update default ratio for text-embedding-ada-002
2023-06-25 12:07:42 +08:00
mrhaoji
6f05128368
chore: show equivalent amount next to remaining quota in the user editing page ( #198 )
2023-06-25 11:54:05 +08:00
JustSong
9b178a28a3
feat: support /v1/edits now ( close #196 )
2023-06-25 11:46:23 +08:00
JustSong
4a6a7f4635
chore: update the number that representing the unlimited quota
2023-06-25 10:52:46 +08:00
JustSong
6b1a24d650
fix: check if token is nil before using it
2023-06-25 10:40:54 +08:00
JustSong
94ba3dd024
chore: billing api now will return a large number if unlimited quota is set
2023-06-25 10:39:22 +08:00
JustSong
f6eb4e5628
perf: validate the request first before send to OpenAI's server
2023-06-25 10:25:33 +08:00
JustSong
57bd907f83
fix: do not record if used quota is zero
2023-06-25 09:59:58 +08:00
JustSong
dd8e8d5ee8
fix: do not charge the user if the amount of tokens used was zero
2023-06-25 09:56:03 +08:00
JustSong
1ca1aa0cdc
fix: fix usage is not correct
2023-06-25 09:36:39 +08:00
quzard
f2ba0c0300
fix: fix log sorting ( #195 )
2023-06-24 21:34:20 +08:00
JustSong
f5c1fcd3c3
fix: do not reuse state variable directly
2023-06-24 19:45:18 +08:00
JustSong
5fdf670a19
fix: reset page number after query
2023-06-24 19:32:46 +08:00
JustSong
3ce982d8ee
feat: able to query token with admin user
2023-06-24 19:13:33 +08:00
JustSong
a515f9284e
chore: adjust table width
2023-06-24 15:42:16 +08:00
JustSong
cccf5e4a07
feat: able to query logs now ( close #144 )
2023-06-24 15:28:11 +08:00
JustSong
b0bfb9c9a1
chore: update en.json
2023-06-24 14:44:34 +08:00
JustSong
3aff61a973
chore: update completion ratio for GPT-3
2023-06-24 14:19:50 +08:00
JustSong
0fd1ff4d9e
chore: update translations
2023-06-24 12:26:38 +08:00
JustSong
e2777bf73e
chore: update translations
2023-06-24 12:18:25 +08:00
JustSong
77a16e6415
docs: update README
2023-06-24 11:34:33 +08:00
JustSong
827942c8a9
docs: update README
2023-06-24 11:30:16 +08:00
JustSong
604ff20541
chore: fix translation
2023-06-24 11:17:46 +08:00
JustSong
25017219f5
ci: fix GitHub Actions config
2023-06-24 10:45:37 +08:00
JustSong
2dd4ad0e06
chore: update en.json
2023-06-24 10:22:13 +08:00
JustSong
61dc117da7
ci: rename GitHub Actions file
2023-06-24 10:12:34 +08:00
JustSong
f55647278c
fix: remove tqdm dependency
2023-06-24 10:09:42 +08:00
JustSong
03c05bdb5f
feat: add English support
2023-06-24 10:07:49 +08:00
JustSong
aeb1cad679
docs: update README
2023-06-24 00:19:39 +08:00
JustSong
8a4cd403fd
fix: fix http status code ( close #193 )
2023-06-23 22:59:44 +08:00
JustSong
9ac5410d06
feat: show used quota in token table
2023-06-23 21:42:31 +08:00
JustSong
7edc2b5376
feat: able to display token billing stat via billing api ( close #186 )
2023-06-23 20:14:53 +08:00
JustSong
d4869dfad2
chore: use notice to show password ( #107 )
2023-06-23 10:42:47 +08:00
JustSong
4463224f04
feat: support automatic channel testing & balance updates ( close #11 , close #59 )
2023-06-22 22:01:03 +08:00
JustSong
ad1049b0cf
feat: support search channels by key ( close #185 )
2023-06-22 21:19:43 +08:00
JustSong
d0c454c78e
chore: able to clear all models now
2023-06-22 20:53:21 +08:00
JustSong
fe135fd508
chore: update base url setting
2023-06-22 20:49:55 +08:00
JustSong
b090e50f72
chore: use NODE_TYPE to determine node type
2023-06-22 20:39:17 +08:00
JustSong
7497f24daa
docs: update README
2023-06-22 20:19:30 +08:00
JustSong
28fb4d76af
fix: disable redis on master node
2023-06-22 20:12:43 +08:00
mrhaoji
ca779e4ffa
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
f51c982437
fix: update time_test.sh
2023-06-22 19:36:54 +08:00
JustSong
36e681e878
chore: update time_test.sh
2023-06-22 19:25:27 +08:00
JustSong
75cd522c2c
chore: add time_test.sh
2023-06-22 19:14:45 +08:00