Commit Graph

1079 Commits

Author SHA1 Message Date
DirkSchlossmacher
ee042d9dbe no req 2023-11-23 14:37:21 +01:00
DirkSchlossmacher
d86b7ddd50 getServerAuthSession 2023-11-23 14:22:51 +01:00
DirkSchlossmacher
edaa25d1d5 const modelIdentifier = modelConfig.model; 2023-11-23 13:56:19 +01:00
DirkSchlossmacher
04ed030276 session or email is not available 2023-11-23 13:51:49 +01:00
DirkSchlossmacher
4b66ba8821 userEmail 2023-11-23 13:45:12 +01:00
DirkSchlossmacher
fda1afdebd modelConfig.model 2023-11-23 13:32:16 +01:00
DirkSchlossmacher
ea0e0f8cec getServerSession 2023-11-23 13:25:57 +01:00
DirkSchlossmacher
51e5785ce4 const session = await getServerSession(); 2023-11-23 13:22:37 +01:00
DirkSchlossmacher
62955f1347 incrementAPICallCount 2023-11-23 12:58:39 +01:00
DirkSchlossmacher
32e4ab7241 "historyMessageCount":20, 2023-11-21 17:39:20 +01:00
DirkSchlossmacher
4e124efdd7 AdEx Circumvent Limit of 4k Output-Tokens 2023-11-21 08:40:30 +01:00
GH Action - Upstream Sync
accfe4cdc8 Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-11-20 00:40:11 +00:00
Yidadaa
f2485931d9 feat: better animation speed 2023-11-19 19:15:11 +08:00
Yifei Zhang
4f8a0b7711
Merge pull request #3308 from yuri-filipe/main 2023-11-19 18:45:31 +08:00
Yifei Zhang
2dde55050e
Merge pull request #3311 from Yidadaa/bugfix-1119 2023-11-19 18:44:14 +08:00
Yidadaa
6aade62ce2 feat: close #3300 support multiple api keys 2023-11-19 18:42:30 +08:00
Yidadaa
45b88ebb2a feat: close #3304 use = instead of : to map model name in CUSTOM_MODELS 2023-11-19 18:34:39 +08:00
Yidadaa
dc7159a450 feat: close #3301 enable or diable default models with -all / +all 2023-11-19 18:32:54 +08:00
Yidadaa
536ace8e10 feat: animate streaming response to make more smooth 2023-11-19 18:24:51 +08:00
Yuri Filipe
6f135a0cce Translation of the application into Brazilian Portuguese 2023-11-18 15:12:15 -03:00
DirkSchlossmacher
948f11b112 Merge https://github.com/Yidadaa/ChatGPT-Next-Web 2023-11-17 14:38:36 +01:00
DirkSchlossmacher
d9ac215ddc gpt-3.5-turbo-1106 2023-11-17 12:37:36 +01:00
DirkSchlossmacher
855cc6879d (!apiKey || !!serverConfig.hideUserApiKey) { 2023-11-17 11:44:28 +01:00
DirkSchlossmacher
d94205e967 api key 2023-11-16 11:11:53 +01:00
Eric-2369
74eb42c111
config: exclude hkg1 from the deployment regions of the edge function 2023-11-16 11:33:10 +08:00
GH Action - Upstream Sync
539d5368bc Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-11-16 00:56:56 +00:00
Yidadaa
9876a1aeca fix: #3275 refuse on server side if hide user api key 2023-11-16 00:53:11 +08:00
GH Action - Upstream Sync
983f96d9c1 Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-11-15 00:56:00 +00:00
DirkSchlossmacher
2c8e112c87 text export as default 2023-11-14 16:41:41 +01:00
DirkSchlossmacher
741f727628 return 0 2023-11-14 13:12:24 +01:00
DirkSchlossmacher
4cb13df34f redisRestClient rework 2023-11-14 13:03:33 +01:00
DirkSchlossmacher
c93d001be5 redis null 2023-11-14 12:29:22 +01:00
DirkSchlossmacher
cc8b1e35c6 getRedisClient 2023-11-14 11:46:32 +01:00
DirkSchlossmacher
993c7be12d redis no error 2023-11-14 11:36:02 +01:00
DirkSchlossmacher
14795c50c0 sidebar 2023-11-14 11:09:48 +01:00
DirkSchlossmacher
6a6a2490ed img 2023-11-14 11:02:35 +01:00
DirkSchlossmacher
0f57257921 type changes 2023-11-14 10:55:57 +01:00
DirkSchlossmacher
e3a6787f06 type changes 2023-11-14 10:52:02 +01:00
DirkSchlossmacher
35c6263560 redisRestClient refactor 2023-11-14 10:40:01 +01:00
DirkSchlossmacher
511f650696 path2 2023-11-14 10:20:49 +01:00
DirkSchlossmacher
2ba5a8c01b './utils/cloud/redisRestClient' 2023-11-14 10:12:12 +01:00
DirkSchlossmacher
e45b567d1d useState 2023-11-14 10:01:55 +01:00
DirkSchlossmacher
45cd44286d path . 2023-11-14 09:54:52 +01:00
DirkSchlossmacher
b11f2f09b7 import 2023-11-14 09:48:24 +01:00
DirkSchlossmacher
68706346b3 div 2023-11-14 09:42:26 +01:00
DirkSchlossmacher
45ec58b8ea sidebar changes 2023-11-14 09:35:40 +01:00
DirkSchlossmacher
747336be86 sidebar api link usagestats 2023-11-14 09:27:54 +01:00
DirkSchlossmacher
4bc8c73d66 div in usagestats 2023-11-14 09:22:20 +01:00
DirkSchlossmacher
595cf6bf46 usagestats v0 2023-11-14 09:11:08 +01:00
H0llyW00dzZ
f1772f4625
Fix UI/UX Page [Settings]
[+] fix(settings.tsx): fix condition to show balance query in settings component
[+] fix(settings.tsx): add condition to hide balance query for app clients
2023-11-14 15:04:57 +07:00