DirkSchlossmacher
e1ca34fcb4
enforce default model via config.ts
2024-08-09 08:45:18 +02:00
DirkSchlossmacher
0ed79aa814
new openai models
2024-08-08 10:37:51 +02:00
DirkSchlossmacher
b898a2df25
fix multi-model confusion
2024-08-07 18:09:07 +02:00
DirkSchlossmacher
d5e1b8a7b7
Merge remote-tracking branch 'upstream/main'
2024-08-05 21:06:51 +02:00
Dogtiti
fec80c6c51
Merge pull request #5173 from ConnectAI-E/feature/dalle
...
add dalle3 model
2024-08-05 20:49:37 +08:00
frostime
b6a022b0ef
✨ feat(config): Set markdown's font-family
2024-08-03 16:04:20 +08:00
lloydzhou
46cb48023e
fix typescript error
2024-08-02 18:50:48 +08:00
DirkSchlossmacher
6268649ecc
Merge remote-tracking branch 'upstream/main'
2024-07-16 07:43:08 +02:00
lloydzhou
6ac9789a1c
hotfix
2024-07-09 12:16:37 +08:00
lloydzhou
1c20137b0e
support azure deployment name
2024-07-05 19:59:45 +08:00
lloydzhou
a68341eae6
include providerId in fullName
2024-07-04 16:11:37 +08:00
lloydzhou
aa08183439
hotfix
2024-07-04 16:03:35 +08:00
lloydzhou
14f2a8f370
merge model with modelName and providerName
2024-07-04 15:32:08 +08:00
DirkSchlossmacher
1fd3ff9656
settings 2
2024-06-12 13:13:53 +02:00
DirkSchlossmacher
1f5f14c7a8
settings
2024-06-12 13:12:15 +02:00
DeanYao
d89a12aa05
Revert "Chat gpt"
2024-05-20 19:02:46 +08:00
DirkSchlossmacher
9edd824fed
Merge remote-tracking branch 'upstream/main'
2024-05-17 08:02:24 +02:00
Kivi1998
7f3516f44f
Merge branch 'main' into chatGPT
2024-05-16 15:14:43 +08:00
Hao Jia
bfdb47a7ed
ChatGPT Logo
2024-05-16 15:03:14 +08: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