Commit Graph

616 Commits

Author SHA1 Message Date
Hk-Gosuto
bab838b9c6 feat: support whisper 2024-03-24 11:43:13 +08:00
Hk-Gosuto
bc061fe0f2 feat: support voice input 2024-03-13 23:06:51 +08:00
Hk-Gosuto
e66766f85d
Merge branch 'ChatGPTNextWeb:main' into main 2024-03-11 22:50:30 +08:00
Hk-Gosuto
0c8119cdc1 fix: #222 2024-03-11 12:49:34 +08:00
Hk-Gosuto
f1c9c96082 Merge remote-tracking branch 'upstream/main' 2024-03-08 17:35:59 +08:00
Hk-Gosuto
8fbcc653a0 Merge remote-tracking branch 'upstream/main' 2024-03-08 17:35:13 +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
Hk-Gosuto
c3656609ab feat: support openai tts 2024-03-03 15:15:23 +08: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
fengzai6
c197962851 fix: No history message attached when for gemini-pro-vision 2024-02-27 15:02:58 +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
TheRam_
e2da3406d2
Add vision support (#4076) 2024-02-20 18:04:32 +08:00
Hk-Gosuto
4e5bd62477 fix: #198 2024-02-20 14:19:51 +08:00
Hk-Gosuto
f676aa19af feat: #168 2024-02-20 11:16:44 +08:00
Hk-Gosuto
6dd0ad628e fix: #194 2024-02-19 16:29:08 +08:00
Hk-Gosuto
e62b4c15e4 feat: support gemini-pro-vision 2024-02-18 10:57:50 +08:00
Hk-Gosuto
8691e95f12 fix: #188 2024-02-12 22:11:46 +08: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
Hk-Gosuto
c8b7378b70 fix: #185 2024-02-11 10:14:37 +08:00
Hk-Gosuto
b56d2e6b4f Merge remote-tracking branch 'upstream/main' 2024-02-09 08:23:26 +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
pacmandoh
5893795d59 chore(plugin-search): make the search case-insensitive 2024-02-06 00:15:46 +08:00
pacmandoh
666c80456a fix: sidebar search :focus border on Safari
* chore: add placeholder on sidebar search
* chore: modify input:focus border-color to adapting to global theme
2024-02-06 00:15:12 +08:00
Hk-Gosuto
f76e47931f Merge remote-tracking branch 'upstream/main' 2024-02-03 11:30:06 +08:00
Hk-Gosuto
341161037e feat: support-search-in-chats 2024-02-03 11:12:22 +08:00
H0llyW00dzZ
4511aa4d21
Fix [UI/UX] [Emoji] Update CDN (#3966)
- [+] fix(emoji.tsx): update CDN url from 'cdn.jsdelivr.net' to 'fastly.jsdelivr.net'
2024-02-03 01:24:37 +08:00
Duplicate4
b25a0545f5
fix: typo (#3871)
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
2024-02-03 01:20:10 +08:00
Hk-Gosuto
bb037db94d fix: fix #169 2024-01-31 12:27:53 +08:00
Hk-Gosuto
2e8c90fb21 feat: add upload animation 2024-01-20 16:54:35 +08:00
JonMagon
a54a4bc31d Plugins Russian localization 2024-01-16 18:49:49 +08:00
Hk-Gosuto
296df592e0 feat: support local storage 2024-01-05 19:29:14 +08:00
Hk-Gosuto
8e10354109 fix: export input image 2024-01-02 12:04:10 +08:00
pacmandoh
4ea2b66e1a perf: adapting style tightBorder 2023-12-29 09:15:20 +08:00
pacmandoh
2a81f1aea0 perf: adapting safari theme-color 2023-12-27 11:28:20 +08:00
pacmandoh
e20e7da3f4 fix: chat-input-image position on moblie device 2023-12-27 11:28:20 +08:00
H0llyW00dzZ
a91ac91977
Fix [UI/UX] [Emoji] emoji URL (#3647) 2023-12-26 03:44:40 +08:00
Hk-Gosuto
fa2e046285 Merge remote 2023-12-25 12:40:09 +08:00
Hk-Gosuto
da29a94714 Merge remote-tracking branch 'upstream/main' 2023-12-25 12:39:24 +08:00
Fred Liang
7c3dfb7bae
feat: support custom gemini pro params 2023-12-24 17:24:04 +08:00
Fred Liang
ae19a0dc5f
chroe: update model name 2023-12-24 04:22:12 +08:00
Fred Liang
20f2f61349
feat: support set api key from client side 2023-12-24 03:44:13 +08:00
Fred Liang
45798f993d
fix: fix type errors 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