Commit Graph

1121 Commits

Author SHA1 Message Date
LiLeeLing
0fa4b93e7e
Merge branch 'ChatGPTNextWeb:main' into main 2024-03-28 22:51:50 +08:00
DeanYao
e38b527ac2
Merge pull request #3205 from H0llyW00dzZ/summarizelogic
Refactor Summarize Logic
2024-03-28 15:19:32 +08:00
DeanYao
6b3daec23f
Merge pull request #3314 from H0llyW00dzZ/text-moderation-azure
Feat ChatGPT LLM Api [Console Log] [Text Moderation] [Azure]
2024-03-28 13:38:56 +08:00
DeanYao
e056a1d46d
Merge pull request #3405 from Yuliang-Lee/fix/MessageSelectorWarning
fix: MessageSelectorWarning
2024-03-28 11:38:45 +08:00
DeanYao
8ef77f50c3
Merge branch 'main' into serverrside 2024-03-28 11:20:52 +08:00
LiLeeLing
8d69dc095a
Merge branch 'ChatGPTNextWeb:main' into main 2024-03-27 23:01:26 +08:00
DeanYao
c93b36fe79
Merge pull request #3508 from reece00/Mask-language
The language filtering option of the mask is stored
2024-03-27 19:58:30 +08:00
DeanYao
0de9242a26
Merge pull request #3529 from erich2s/chat-item-selected-border
fix(chat-item): selected ChatItem showing border in other pages
2024-03-27 19:00:16 +08:00
DeanYao
afaa529ba6
Merge pull request #3870 from Dup4/fix-webdav-check
fix: webdav check httpcode list
2024-03-27 14:04:15 +08:00
LiLeeLing
5c96682e9c
Merge branch 'ChatGPTNextWeb:main' into main 2024-03-26 01:35:54 +08:00
LiLeeLing
b891d2b119
Update sidebar.tsx 2024-03-26 01:33:46 +08:00
LiLeeLing
2a4fbebf85
Update sidebar.tsx 2024-03-26 01:25:24 +08:00
DeanYao
a4e4286e04
Merge pull request #4186 from MrrDrr/formula_rendering
support \(...\) and \[...\] style math formula
2024-03-25 19:55:57 +08:00
GH Action - Upstream Sync
737e8c79d5 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-25 00:53:59 +00:00
fred-bf
f1b4c083a4
Merge pull request #4379 from EasonQwQ/main
Fix: Handle empty server response in API call
2024-03-24 14:18:14 +08:00
fred-bf
e8d76a513d
patch: disable webdav redirect 2024-03-24 14:15:04 +08:00
kidv
29e03b88c7 Fix: Handle empty server response in API call 2024-03-24 04:07:25 +08:00
LiLeeLing
87078bdd2f
Update exporter.tsx 2024-03-22 12:49:32 +08:00
LiLeeLing
4b681125b3
Update exporter.tsx 2024-03-21 23:50:05 +08:00
LiLeeLing
5ae9a3103b
Delete app/black-bot.svg 2024-03-21 23:39:25 +08:00
LiLeeLing
a3d022ed73
Update exporter.tsx 2024-03-21 23:36:15 +08:00
LiLeeLing
ba624ff5ac
Update exporter.tsx 2024-03-21 23:30:09 +08:00
LiLeeLing
4247f6feae
Update exporter.tsx 2024-03-21 23:27:46 +08:00
LiLeeLing
d5fde4a49c
Update exporter.tsx 2024-03-21 23:20:09 +08:00
LiLeeLing
7aa29e8a03
Merge branch 'ChatGPTNextWeb:main' into main 2024-03-21 22:56:00 +08:00
GH Action - Upstream Sync
a45d768ac9 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-20 00:52:00 +00:00
H0llyW00dzZ
c0c54e5709
Fix Webdav Syncing Issues
- [+] feat(route.ts): add endpoint validation and improve error handling
- [+] refactor(route.ts): use targetPath for request validation and error messages
- [+] fix(route.ts): correct targetUrl formation
2024-03-20 01:40:41 +07:00
fred-bf
3ba984d09e
Merge pull request #4306 from H0llyW00dzZ/simplify-cherry-pick
[Cherry Pick] Improve [Utils] Check Vision Model
2024-03-19 17:45:57 +08:00
Raax
028957fcdc Fix "Enter" bug
Fix Chinese input method "Enter" on Safari
2024-03-16 21:55:16 +08:00
H0llyW00dzZ
a4c54cae60
Improve [Utils] Check Vision Model
- [+] refactor(utils.ts): improve isVisionModel function to use array.some instead of model.includes
2024-03-15 09:38:42 +07:00
GH Action - Upstream Sync
81d81711ab Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-14 00:52:08 +00:00
Fred
066ca9e552
fix: auto migrate proxy config 2024-03-14 03:03:46 +08:00
Fred
99aa064319
fix: fix webdav sync issue 2024-03-14 01:58:25 +08:00
Fred
6aaf83f3c2
fix: fix upstash sync issue 2024-03-14 01:56:36 +08:00
Fred
133ce39a13
chore: update cors default path 2024-03-14 01:33:41 +08:00
Fred
8645214654
fix: change matching pattern 2024-03-14 01:26:13 +08:00
Fred
eebc334e02
fix: remove corsFetch 2024-03-14 00:57:54 +08:00
Fred
038fa3b301
fix: add webdav request filter 2024-03-14 00:33:26 +08:00
Fred
9a8497299d
fix: adjust upstash api 2024-03-13 23:58:28 +08:00
GH Action - Upstream Sync
40e53de80e Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-12 00:51:38 +00:00
fred-bf
a15c4d9c20
Merge pull request #4234 from fengzai6/main
Fix EmojiPicker mobile width adaptation and update avatar clicking behavior
2024-03-11 13:59:09 +08:00
GH Action - Upstream Sync
acf6e824af Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-08 00:51:46 +00:00
fred-bf
2bf6111bf5
Merge branch 'main' into fix-export-garbled 2024-03-07 17:07:08 +08:00
fengzai6
ad10a11903 Add z-index to avatar 2024-03-07 15:51:58 +08:00
fengzai6
c22153a4eb Revert "fix: No history message attached when for gemini-pro-vision"
This reverts commit c197962851.
2024-03-07 15:46:13 +08:00
fengzai6
5348d57057 Fix EmojiPicker mobile width adaptation and update avatar clicking behavior 2024-03-07 15:36:19 +08:00
fengzai6
052524dabd Merge remote-tracking branch 'upstream/main' 2024-03-07 15:32:09 +08:00
GH Action - Upstream Sync
140fa710da Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-06 00:52:00 +00:00
fred-bf
e71094d4a8
chore: update GTM_ID definition, close #4217 2024-03-05 17:36:52 +08:00
GH Action - Upstream Sync
2eef060be3 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-05 00:51:42 +00:00
aliceric27
e1066434d0 fix some text 2024-03-03 00:23:00 +08:00
aliceric27
86ae4b2a75 slightly polishes the tw text. 2024-03-02 23:58:23 +08:00
l.tingting
524c9beee4 support \(...\) and \[...\] style math formula 2024-03-02 11:08:34 +08:00
GH Action - Upstream Sync
7e65107e63 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-03-01 02:07:04 +00:00
fred-bf
99fb9dcf11
Merge pull request #4164 from KSnow616/main
feat: Pasting images into the textbox
2024-02-29 22:14:02 +08:00
fred-bf
1294817103
Merge pull request #4089 from H0llyW00dzZ/cherry-pick
[Cherry Pick] Fix [Utils] Regex trimTopic
2024-02-29 16:31:30 +08:00
GH Action - Upstream Sync
33a6f8a5ec Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-02-29 01:56:15 +00:00
Snow Kawashiro
9775660da7
Update chat.tsx 2024-02-28 20:45:42 +08:00
Snow Kawashiro
e7051353eb
vision_model_only 2024-02-28 20:38:00 +08:00
Snow Kawashiro
bd19e97cf8
add_image_pasting 2024-02-28 20:05:13 +08:00
Fred
43e5dc2292
fix: fix the method to detect vision model 2024-02-28 11:33:43 +08:00
GH Action - Upstream Sync
b166d30088 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-02-28 01:58:34 +00:00
fred-bf
08fa22749a
fix: add max_tokens when using vision model (#4157) 2024-02-27 17:28:01 +08:00
fengzai6
c197962851 fix: No history message attached when for gemini-pro-vision 2024-02-27 15:02:58 +08:00
fred-bf
44a51273be
Merge pull request #4149 from fred-bf/feat/auto-detach-scrolling
feat: auto detach scrolling
2024-02-27 11:56:37 +08:00
Fred
e3b3ae97bc
chore: clear scroll info 2024-02-27 11:49:44 +08:00
Fred
410a22dc63
feat: auto detach scrolling 2024-02-27 11:43:40 +08:00
Algorithm5838
069766d581
Correct cutoff dates (#4118) 2024-02-27 10:28:54 +08:00
GH Action - Upstream Sync
2d5e925426 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-02-27 01:56:55 +00:00
DonaldBear
f22e36e52f
feat(tw.ts): added new translations (#4142)
* feat(tw.ts): added new translations

I have translated previously untranslated text in response to the latest update.

* feat(tw.ts): added new translations

I have translated previously untranslated text in response to the latest update.
2024-02-27 00:16:56 +08:00
fred-bf
ff166f7b4c
chore: adjust for ollama support (#4129) 2024-02-26 17:18:46 +08:00
GH Action - Upstream Sync
198455f5fc Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-02-21 01:58:25 +00:00
H0llyW00dzZ
22baebaf8c
[Cherry Pick] Fix [Utils] Regex trimTopic
- [+] fix(utils.ts): update regular expressions in trimTopic function to handle asterisks
2024-02-21 04:19:12 +07:00
Qiying Wang
fd67f980a5
Fix temperature range (#4083) 2024-02-20 18:05:17 +08:00
TheRam_
e2da3406d2
Add vision support (#4076) 2024-02-20 18:04:32 +08:00
GH Action - Upstream Sync
81466e9be3 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-02-13 01:58:38 +00:00
H0llyW00dzZ
1d6ee64e1d
[Cherry Pick] Fix [UI/UX] [Front End] Settings Page (#4032)
* Fix [UI/UX] [Locales] Correct Spelling

- [+] fix(locales): correct spelling and improve wording in cn.ts and en.ts locale files

* Fix [UI/UX] [Front End] Settings Page

- [+] fix(settings.tsx): correct typo in ApiVerion to ApiVersion
- [+] refactor(settings.tsx): switch Azure.ApiKey to Google.ApiKey in ListItem title and subTitle

* Fix [UI/UX] [Locales] [SK] Correct Typo

- [+] fix(sk.ts): correct typo in ApiVersion key in Slovak locale file
2024-02-12 20:36:52 +08:00
GH Action - Upstream Sync
3084cff0c4 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-02-08 01:57:13 +00:00
fred-bf
d74f636558
Fix/gemini app endpoint (#4017)
* fix: support custom api endpoint

* fix: attach api key to google gemini
2024-02-07 13:46:52 +08:00
fred-bf
b8f0822214
fix: support custom api endpoint (#4016) 2024-02-07 13:40:30 +08:00
fred-bf
0869455612
feat: bump version (#4015)
* feat: bump version

* feat: bump version
2024-02-07 13:38:02 +08:00
fred-bf
bca74241e6
fix: fix gemini issue when using app (#4013)
* chore: update path

* fix: fix google auth logic

* fix: not using header authorization for google api

* chore: revert to allow stream
2024-02-07 13:17:11 +08:00
fred-bf
9d5801fb5f
fix: avoiding not operation for custom models (#4010) 2024-02-07 10:31:49 +08:00
LiLeeLing
9cd36587c6
Add files via upload 2024-02-06 22:17:59 +08:00
LiLeeLing
48bcf9f71e
Add files via upload 2024-02-06 12:54:10 +08:00
LiLeeLing
0d94f64bcd
Add files via upload 2024-02-06 12:50:35 +08:00
LiLeeLing
3e7d2ecb40
Add files via upload 2024-02-06 12:47:44 +08:00
LiLeeLing
c80c3fd98a
Update sidebar.tsx 2024-02-05 23:16:12 +08:00
LiLeeLing
be9a8eae9d
Add files via upload 2024-02-05 22:42:33 +08:00
LiLeeLing
12da1a3a35
Update sidebar.tsx 2024-02-05 22:38:22 +08:00
LiLeeLing
81da21b4b1
Add files via upload 2024-02-05 22:29:38 +08:00
LiLeeLing
af9b05671b
Merge branch 'ChatGPTNextWeb:main' into main 2024-02-05 22:28:16 +08:00
H0llyW00dzZ
bb26c03141
Feat [UI/UX] [Constants] [Models] gemini-pro KnowledgeCutOffDate (#3997)
- [+] feat(constant.ts): add 'gemini-pro' to KnowledgeCutOffDate constant
2024-02-05 14:44:46 +08:00
H0llyW00dzZ
a5517a1a51
Improve Default System Template (#3996)
* Feat [UI/UX] [Constant] [DEFAULT System Template] replace hardcoded

- [+] feat(constant.ts): replace hardcoded OpenAI with dynamic ServiceProvider variable in DEFAULT_SYSTEM_TEMPLATE

* Improve [UI/UX] [Chat] "fillTemplateWith"

- [+] feat(chat.ts): add DEFAULT_MODELS to modelConfig
- [+] fix(chat.ts): replace replaceAll with regex in output string replacement
- [+] refactor(chat.ts): use const instead of let for cutoff variable
2024-02-05 13:35:51 +08:00
LiLeeLing
46052e1e41
Update sidebar.tsx 2024-02-05 12:57:50 +08:00
LiLeeLing
212078ab28
Add files via upload 2024-02-05 01:07:22 +08:00
LiLeeLing
19aa24646d
Add files via upload 2024-02-05 01:04:48 +08:00
LiLeeLing
c85c09316d
Update layout.tsx 2024-02-05 00:46:35 +08:00
LiLeeLing
5247384848
Add files via upload 2024-02-05 00:39:35 +08:00
LiLeeLing
cfa61beeb6
Add files via upload 2024-02-05 00:32:57 +08:00