DirkSchlossmacher
b5e01e1fd9
access
2023-11-14 08:02:31 +01:00
GH Action - Upstream Sync
0dd9a350d0
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-11-14 00:54:52 +00:00
Yifei Zhang
d033168d80
fix : #3241 should not ensure openai url non-empty
2023-11-13 10:53:30 +08:00
DirkSchlossmacher
f26f5e5bb4
gpt-4-1106-preview
2023-11-10 14:13:04 +01:00
DirkSchlossmacher
6e7cede1a0
Squashed commit of the following:
...
commit e6b72ac1ff
Author: Yifei Zhang <yidadaa@qq.com>
Date: Fri Nov 10 02:59:47 2023 +0800
Update README.md
commit 8032e6d68d
Author: Yifei Zhang <yidadaa@qq.com>
Date: Fri Nov 10 02:59:30 2023 +0800
Update README.md
commit c7e0a6f37f
Author: Yidadaa <yidadaa@qq.com>
Date: Fri Nov 10 02:57:40 2023 +0800
doc: update azure env vars
commit 1141cd2e6e
Merge: fd2f441
c9dd953
Author: Yifei Zhang <yidadaa@qq.com>
Date: Fri Nov 10 02:55:12 2023 +0800
Merge pull request #3206 from Yidadaa/azure
commit c9dd953817
Author: Yidadaa <yidadaa@qq.com>
Date: Fri Nov 10 02:50:50 2023 +0800
fixup
commit b7ffca031e
Author: Yidadaa <yidadaa@qq.com>
Date: Fri Nov 10 02:43:30 2023 +0800
feat: close #935 add azure support
commit fd2f441e02
Author: Yifei Zhang <yidadaa@qq.com>
Date: Thu Nov 9 20:45:25 2023 +0800
feat: wont send max_tokens
2023-11-10 03:06:59 +01:00
Yidadaa
b7ffca031e
feat: close #935 add azure support
2023-11-10 02:43:37 +08:00
DirkSchlossmacher
a953fab34b
GPT-4-1106-preview + 4000 Max Tokens
2023-11-09 16:00:01 +01:00
DirkSchlossmacher
4373e3ed8d
max_tokens: 4000,
2023-11-09 14:23:32 +01:00
DirkSchlossmacher
c9b62875f1
gpt-4
2023-11-09 12:22:53 +01:00
DirkSchlossmacher
c3175d2124
default model config
2023-11-09 12:08:53 +01:00
DirkSchlossmacher
70c72e1def
Merge remote-tracking branch 'upstream/HEAD'
2023-11-09 07:35:07 +01:00
Yifei Zhang
87e3d663a2
fix : #3192 use smaller max_tokens as default
2023-11-09 11:00:09 +08:00
Yidadaa
d0a1d910d4
fix : #3186 enable max_tokens in chat payload
2023-11-09 03:19:13 +08:00
Yidadaa
d93f05f511
feat: close #3187 use CUSTOM_MODELS to control model list
2023-11-09 03:01:29 +08:00
Yidadaa
fbc0236748
fix : #3174 should prompt to confirm to delete chat
2023-11-09 02:03:05 +08:00
DirkSchlossmacher
9023486eb9
gpt-4-1106-preview
2023-11-08 17:34:09 +01:00
GH Action - Upstream Sync
60e331266a
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-11-07 17:17:53 +00:00
DirkSchlossmacher
22e583d7ec
Merge https://github.com/Yidadaa/ChatGPT-Next-Web
2023-11-07 18:04:52 +01:00
Yidadaa
54a5332834
feat: sort model by name
2023-11-08 01:04:20 +08:00
Yidadaa
c5ca278253
feat: close #2908 allow to disable parse settings from link
2023-11-08 00:30:02 +08:00
Yidadaa
836bf836d3
fix : #3152 system prompt should be injected
2023-11-07 23:54:30 +08:00
H0llyW00dzZ
d2d615c84a
Refactor KnowledgeCutoff
...
[+] fix(constant.ts): update DEFAULT_SYSTEM_TEMPLATE to include knowledgeCutoff and time variables
[+] feat(chat.ts): add support for injecting system prompts based on model configuration
2023-11-07 06:42:55 +07:00
DirkSchlossmacher
f3de44018b
mask prompt disabling
2023-10-24 07:18:58 +02:00
GH Action - Upstream Sync
678f7ef678
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-10-11 00:56:43 +00:00
Jason O'Gray
ea59ab5176
Fix type in sync.ts
...
Simple typo fix.
2023-10-10 11:24:45 -04:00
GH Action - Upstream Sync
b41a4ec2a4
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-10-10 00:56:44 +00:00
GH Action - Upstream Sync
25debac493
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-10-08 01:00:57 +00:00
GH Action - Upstream Sync
5933b3d7eb
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-10-08 00:19:29 +00:00
Yifei Zhang
13c1d2fd2b
Merge pull request #2946 from H0llyW00dzZ/ClientApp
2023-10-07 23:50:49 +08:00
KeithHello
1505372e20
Change log
...
- config.ts
- line 72: remove type confirmation of x as x always has type 'number'
- line 135: remove the redundant local variable
- chat.ts
- delete the unused import
2023-10-04 18:08:29 +09:00
KeithHello
ad5093ce05
Change log
...
- config.ts
- line 72 remove type confirmation of x as x always has type 'number'
- line 135 remove redundant local variable
- chat.ts
- delete unused import
2023-10-04 17:40:23 +09:00
H0llyW00dzZ
b558d1afc6
Feat & Fix "Client App [Notification]"
...
[+] feat(update.ts): add support for localization in update notifications
[+] fix(update.ts): add missing semicolon in useUpdateStore function
2023-10-04 02:10:26 +07:00
H0llyW00dzZ
ddfd05b008
Fix & Feat Client App [Notification]
...
[+] fix(update.ts): remove unnecessary notification sending when permission is not granted
[+] feat(update.ts): add notification for already up to date version
2023-10-03 09:12:41 +07:00
H0llyW00dzZ
d2ad01a9ff
Client App Fix Issue [Bug] 'export' button does not work #2884
...
[+] fix(exporter.tsx): add async keyword to download function
[+] feat(exporter.tsx): add support for saving image file using window.__TAURI__ API
[+] feat(global.d.ts): add types for window.__TAURI__ API methods
[+] feat(locales): add translations for download success and failure messages
[+] feat(sync.ts): add support for generating backup file name with date and time
[+] fix(utils.ts): add async keyword to downloadAs function and add support for saving file using window.__TAURI__ API
2023-10-03 08:49:03 +07:00
H0llyW00dzZ
64a17abfe2
Client App [Notification]
...
[+] feat(global.d.ts): add support for window.__TAURI__.notification methods
[+] feat(update.ts): add notification for new version availability
[+] fix(Cargo.toml): add tauri feature "notification-all" to enable notifications
[+] fix(tauri.conf.json): enable all notification features in tauri configuration
2023-10-03 08:08:11 +07:00
Eric R
f3d5fc7a84
[FIXED] now the default key should be CMD on MacOS
2023-09-28 06:50:31 -04:00
GH Action - Upstream Sync
cc8e879314
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-09-19 00:57:00 +00:00
Yidadaa
f1e7db6a88
feat: auto fill upstash backup name
2023-09-19 03:33:17 +08:00
Yidadaa
83fed42997
feat: add upstash redis cloud sync
2023-09-19 03:18:34 +08:00
Yidadaa
d713d01600
feat: close #2848 click drag icon to toggle sidebar width
2023-09-19 01:47:15 +08:00
GH Action - Upstream Sync
ed179422b0
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-09-13 00:57:06 +00:00
Yidadaa
6f83fbd212
feat: add webdav support
2023-09-13 02:51:02 +08:00
GH Action - Upstream Sync
8e9258010f
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-09-12 00:54:33 +00:00
B0zal
605dd72354
[+] CodeQL Report Fix log injection vulnerability in useSyncStore
...
Severity : High
Sanitize the 'res' object before logging it in the 'check' method of useSyncStore to prevent log injection attacks.
The 'res' object is now sanitized by extracting only the necessary properties ('status', 'statusText', and 'headers') and logging the sanitized object instead.
This ensures that only safe and expected data is logged, mitigating the risk of log injection vulnerabilities.
2023-09-11 08:49:08 +07:00
GH Action - Upstream Sync
95f26253df
Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
2023-09-11 00:56:19 +00:00
Yidadaa
415e9dc913
fixup: minor sync fixup
2023-09-11 00:34:51 +08:00
Yidadaa
c73a91a0f5
fixup: fix type errors
2023-09-11 00:24:05 +08:00
Yidadaa
38f6956e71
feat: close #2754 add import/export to file
2023-09-11 00:20:23 +08:00
DirkSchlossmacher
6abd2518eb
Merge remote-tracking branch 'upstream/main'
2023-08-28 08:04:12 +02:00
Yidadaa
3bd76b9156
feat: close #2580 only use 3.5 to summarize when not using custom models
2023-08-28 00:02:52 +08:00