DirkSchlossmacher
d142eaaef7
{ last_sessionInc: timeValue }
2023-12-05 14:31:28 +01:00
DirkSchlossmacher
d8d4253c06
last_sessionInc
2023-12-05 14:26:33 +01:00
GH Action - Upstream Sync
76df875392
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-11-28 00:40:02 +00:00
Yifei Zhang
2c12be62c4
Merge pull request #3383 from H0llyW00dzZ/auth
2023-11-27 15:51:27 +08:00
Yifei Zhang
03756e364a
Merge pull request #3372 from H0llyW00dzZ/fixserverside
2023-11-27 15:47:24 +08:00
Yifei Zhang
ce1715c79e
Merge pull request #3369 from H0llyW00dzZ/chatz
2023-11-27 15:47:01 +08:00
Yifei Zhang
a62ab3c649
Merge pull request #3354 from AnYiEE/fix-type
2023-11-27 15:45:42 +08:00
H0llyW00dzZ
dda40e29f4
Fix & Refactor UI/UX Page [Settings]
...
- [+] fix(settings.tsx): fix conditional rendering of ListItem based on clientConfig.isApp
- [+] refactor(settings.tsx): improve readability of conditional rendering code
2023-11-27 08:07:53 +07:00
H0llyW00dzZ
7df868e22a
Revert "Fix & Refactor UI/UX Page [Auth]"
...
This reverts commit d76e744eab
.
Reason: Move to commits bf5e7aaa48
2023-11-27 07:12:57 +07:00
H0llyW00dzZ
bf5e7aaa48
Feat UI/UX Page [Settings]
...
- [+] feat(settings.tsx): set useCustomConfig to true if clientConfig.isApp is truthy
2023-11-27 07:03:41 +07:00
H0llyW00dzZ
d76e744eab
Fix & Refactor UI/UX Page [Auth]
...
- [+] fix(auth.tsx): fix condition to set custom endpoint to true if it's app
- [+] refactor(auth.tsx): update accessStore to set useCustomConfig to true
2023-11-27 05:44:26 +07:00
H0llyW00dzZ
f9d916925e
Fixup Api Common [Server Side] [Console Log]
...
- [+] fix(common.ts): fix condition to check if serverConfig.openaiOrgId is not undefined
2023-11-25 10:23:16 +07:00
H0llyW00dzZ
f9258878db
Fix Api Common [Server Side] [Console Log]
...
- [+] fix(common.ts): fix console.log statement for [Org ID] to handle undefined value
2023-11-25 10:10:06 +07:00
H0llyW00dzZ
ef9e86b50d
Fix UI/UX Page Chats [Memory Prompt] [Stored Local Storage]
...
- [+] fix(chat.ts): update the memory prompt in onFinish callback
- [+] feat(chat.ts): update the current session with lastSummarizeIndex and memoryPrompt
2023-11-25 05:03:34 +07:00
DirkSchlossmacher
2d4544ec4b
modelsToReplace
2023-11-24 16:20:18 +01:00
DirkSchlossmacher
bf334d93fe
no model tracking in redis
2023-11-23 15:19:55 +01:00
DirkSchlossmacher
d0a8be1f26
rollback
2023-11-23 14:54:45 +01:00
DirkSchlossmacher
9f68da3afc
getMyServerSession
2023-11-23 14:37:56 +01:00
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
durian
261a8fd83b
fix(CUSTOM_MODELS):#3349 Dependency chatStore otherwise the session and view will not updated
2023-11-23 15:37:57 +08:00
安忆
6527074cde
fix(locales): type error in pt.ts
2023-11-23 11:02:20 +08: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