Commit Graph

77 Commits

Author SHA1 Message Date
DirkSchlossmacher
9edd824fed Merge remote-tracking branch 'upstream/main' 2024-05-17 08:02:24 +02:00
DirkSchlossmacher
607a4b067f gpt-4o 2024-05-13 20:14:31 +02:00
Dean-YZG
9d7ce207b6 feat: support env var DEFAULT_INPUT_TEMPLATE to custom default template for preprocessing user inputs 2024-05-13 17:11:35 +08:00
Dean-YZG
2d1f0c9f57 feat: support env var DEFAULT_INPUT_TEMPLATE to custom default template for preprocessing user inputs 2024-05-13 17:11:11 +08:00
DirkSchlossmacher
ba8bb01233 gpt-4-turbo 2024-04-17 08:22:15 +02:00
Klaas Reineke
f1526ebf65 Merge remote-tracking branch 'upstream/main' into klaas20240303 2024-03-25 15:56:20 +01:00
Qiying Wang
fd67f980a5
Fix temperature range (#4083) 2024-02-20 18:05:17 +08:00
DirkSchlossmacher
b0b5e5e9f2 gpt-4-turbo-preview 2024-01-29 11:51:19 +01:00
fred-bf
f619e9df24 chore: change default submit key 2024-01-25 15:22:45 +08:00
DirkSchlossmacher
f26f5e5bb4 gpt-4-1106-preview 2023-11-10 14:13:04 +01: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
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
Yidadaa
54a5332834 feat: sort model by name 2023-11-08 01:04:20 +08:00
DirkSchlossmacher
f3de44018b mask prompt disabling 2023-10-24 07:18:58 +02: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
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
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
d713d01600 feat: close #2848 click drag icon to toggle sidebar width 2023-09-19 01:47:15 +08: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
38f6956e71 feat: close #2754 add import/export to file 2023-09-11 00:20:23 +08:00
GH Action - Upstream Sync
da30e5c7ff Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-08-15 00:54:51 +00:00
imldy
20a508e2d6 feat: add autoGenerateTitle option
(cherry picked from commit 656ab94a9c4edfee820616b8cfc39f5ee9952a3a)
2023-08-14 20:42:09 +08:00
GH Action - Upstream Sync
a15c675deb Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-08-03 01:05:43 +00:00
Yidadaa
b5ef552c25 feat: improve auto scroll ux and edit model title 2023-08-02 23:35:51 +08:00
Dirk S
27935e02b9 Merged changes from upstream 2023-07-10 22:09:42 +02:00
imldy
5e361f6748 dev: 增加模型设置项:是否启用注入全局 System Prompt 功能 2023-07-10 18:56:22 +08:00
Dirk S
f86885e6af Merge remote-tracking branch 'upstream/main' 2023-07-10 07:06:54 +02:00
Yidadaa
a913d9728c fixup 2023-07-09 22:06:41 +08:00
Yidadaa
09b05cde7f fix: #2303 should select custom models 2023-07-09 21:56:49 +08:00
Yidadaa
98ac7ee277 feat: close #2303 add custom model name config 2023-07-09 18:15:52 +08:00
Yidadaa
28c457730a fix: #2280 auto-detect models from 'list/models' 2023-07-09 18:03:06 +08:00
Yidadaa
90d8f3117f fix: #2295 use correct methods to migrate state 2023-07-09 16:28:15 +08:00
GH Action - Upstream Sync
e153cd5020 Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-07-06 01:12:42 +00:00
Yidadaa
54bd07702c refactor: #2256 hide builtin masks 2023-07-05 22:39:25 +08:00
GH Action - Upstream Sync
3581bc202c Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-07-05 01:12:35 +00:00
GH Action - Upstream Sync
9c36fcec81 Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web 2023-07-05 00:12:23 +00:00
Marcus Schiesser
74fa065266 feat: add setting to hide builtin masks 2023-07-05 00:07:26 +07:00