Fred Liang
7026bd926a
chroe: update prompts
2023-12-24 04:24:38 +08:00
Fred Liang
ae19a0dc5f
chroe: update model name
2023-12-24 04:22:12 +08:00
Fred Liang
7d9a2132cb
fix: fix server token fetch policy
2023-12-24 03:57:30 +08:00
Fred Liang
20f2f61349
feat: support set api key from client side
2023-12-24 03:44:13 +08:00
Fred Liang
4169431f2c
fix: fix add api auth
2023-12-24 03:05:23 +08:00
Fred Liang
45798f993d
fix: fix type errors
2023-12-24 02:39:13 +08:00
Fred Liang
ae0d68c27e
fix: fix llm models field
2023-12-24 02:39:13 +08:00
Fred Liang
778e88cb56
chore: resolve conflict
2023-12-24 02:15:30 +08:00
Fred Liang
3ef0621eb0
refactor: update product name
2023-12-23 16:48:16 +08:00
DirkSchlossmacher
20211b28b4
ChatGPT-Next-Web-AdEx iOS
2023-12-21 11:44:08 +01:00
DirkSchlossmacher
11c1bb4d1c
Merge branch 'main' of https://github.com/DirkSchlossmacher/ChatGPT-Next-Web-AdEx
2023-12-21 11:41:01 +01:00
DirkSchlossmacher
7cfa8d8183
iOS
2023-12-21 11:40:57 +01:00
Rocky
24d7dc9bf9
Update api.ts to set proper header "Accept"
...
So it can work fine for some GPT forward service.
2023-12-18 20:34:37 +08:00
DirkSchlossmacher
ba7bca93c5
Merge branch 'ChatGPTNextWeb:main' into main
2023-12-18 07:59:00 +01:00
Yifei Zhang
bcb520ed3b
Update emoji.tsx
2023-12-15 15:18:02 +08:00
Eric Huang
943a2707d2
fix(chat-item): selected chat-item showing border in other pages
2023-12-15 09:37:37 +08:00
reece00
1442337e3c
The language filtering option of the mask is stored
2023-12-12 02:22:22 +08:00
GH Action - Upstream Sync
4e18035276
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-12-07 00:39:42 +00:00
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
H0llyW00dzZ
54df355014
Fix Trim Topic in Indonesia Language
...
- [+] fix(utils.ts): fix trimTopic function to remove double quotes from the start and end of the string, and remove specified punctuation from the end of the string
2023-12-05 07:26:11 +07:00
H0llyW00dzZ
8dc8682078
Fix Api Common [Server Side]
...
- [+] fix(common.ts): improve handling of OpenAI-Organization header
- Check if serverConfig.openaiOrgId is defined and not an empty string
- Log the value of openaiOrganizationHeader if present, otherwise log that the header is not present
- Conditionally delete the OpenAI-Organization header from the response if [Org ID] is undefined or empty (not setup in ENV)
2023-12-04 13:33:23 +07:00
H0llyW00dzZ
36e9c6ac4d
Refactor Api Common [Server Side] [Console Log]
...
- [+] refactor(common.ts): remove unnecessary console.log for [Org ID] in requestOpenai function
- [+] refactor(common.ts): conditionally delete OpenAI-Organization header from response if [Org ID] is not set up in ENV
2023-12-01 19:49:12 +07:00
frankylli
10ea9bf1e3
fix: MessageSelectorWarning
2023-11-29 16:25:15 +08: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