Commit Graph

1356 Commits

Author SHA1 Message Date
DirkSchlossmacher
9edd824fed Merge remote-tracking branch 'upstream/main' 2024-05-17 08:02:24 +02:00
Dean-YZG
0aa807df19 feat: remove empty memoryPrompt in ChatMessages 2024-05-16 14:41:18 +08:00
DirkSchlossmacher
5775876a2f Merge remote-tracking branch 'upstream/main' 2024-05-16 08:30:02 +02:00
fred-bf
48d44ece58
Merge branch 'main' into chore-fix 2024-05-16 14:13:28 +08:00
Leo Li
8688842984
gpt-4o as vision model
https://platform.openai.com/docs/guides/vision
2024-05-15 17:53:27 -04:00
fred-bf
0eccb547b5
Merge branch 'main' into feat/gemini-flash 2024-05-15 15:44:35 +08:00
Fred
4789a7f6a9
feat: add gemini flash into vision model list 2024-05-15 15:42:06 +08:00
fred-bf
0bf758afd4
Merge pull request #4702 from ChatGPTNextWeb/feat/gemini-flash
feat: support gemini flash
2024-05-15 15:30:23 +08:00
Fred
6612550c06
feat: support gemini flash 2024-05-15 15:29:38 +08:00
DirkSchlossmacher
67e06db4ce constants 2024-05-14 14:54:11 +02:00
DirkSchlossmacher
5a19f6745a Merge remote-tracking branch 'upstream/main' 2024-05-14 14:54:01 +02:00
DirkSchlossmacher
c132b30df0 Update constant.ts 2024-05-14 14:49:14 +02:00
DirkSchlossmacher
00bd631260 model listing 2024-05-14 14:43:01 +02:00
DirkSchlossmacher
969dfbdb30 anthropicModels 2024-05-14 14:38:43 +02:00
DirkSchlossmacher
4f31c31763 googleModels 2024-05-14 13:59:31 +02:00
DirkSchlossmacher
10e428c825 // model reduction 2024-05-14 13:49:05 +02:00
fred-bf
5df8b1d183
fix: revert gpt-4-turbo-preview detection 2024-05-14 14:32:34 +08:00
DirkSchlossmacher
42fe07c7fd Merge remote-tracking branch 'upstream/main' 2024-05-14 07:49:30 +02:00
DirkSchlossmacher
18a5235497 "gpt-4-turbo",
replace
2024-05-14 06:54:13 +02:00
Leo Li
ef5f910f19
support gpt-4o 2024-05-13 17:28:13 -04:00
DirkSchlossmacher
607a4b067f gpt-4o 2024-05-13 20:14:31 +02:00
Dean-YZG
fffbee80e8 Merge remote-tracking branch 'origin/main' into chore-fix 2024-05-13 17:58:28 +08: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
Dmitry Sandalov
d3131d2f55
Fix typo for "OpenAI Endpoint" in the en locale 2024-05-13 10:39:49 +02:00
Dean-YZG
c10447df79 feat: 1)upload image with type 'heic' 2)change the empty message to ';' for models 3) 2024-05-13 16:24:15 +08:00
DeanYao
212ae76d76
Merge pull request #4610 from rooben-me/fix-sync
Fix Sync Issue with Upstash
2024-05-13 11:28:29 +08:00
GH Action - Upstream Sync
8cc570290e Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-05-08 00:56:28 +00:00
GH Action - Upstream Sync
ca3656e031 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2024-05-07 01:08:09 +00:00
Dean-YZG
864529cbf6 feat: googleApiKey & anthropicApiKey support setting multi-key 2024-05-06 21:14:53 +08:00
Dean-YZG
a1493bfb4e feat: bugfix 2024-05-06 20:46:53 +08:00
butterfly
b3e856df1d feat: fix 1)the property named 'role' of the first message must be 'user' 2)if default summarize model 'gpt-3.5-turbo' is blocked, use currentModel instead 3)if apiurl&apikey set by location, useCustomConfig would be opened 2024-05-06 19:26:39 +08:00
DirkSchlossmacher
58d4a5632c en masks and prompts 2024-05-03 17:56:53 +02:00
ruban
8ef2617eec
Removed spaces 2024-05-02 23:24:41 -07:00
ruban
1da7d81122
Fix cloud data sync issue with Upstash (#4563) 2024-05-02 23:22:32 -07:00
ruban
a103582346
fix 2024-05-02 23:10:10 -07:00
ruban
7b61d05e88
new fix 2024-05-02 23:08:17 -07:00
ruban
6fc7c50f19
this 2024-05-02 22:55:41 -07:00
ruban
9d728ec3c5
this is ti 2024-05-02 22:50:35 -07:00
ruban
9cd3358e4e
this is the fix 2024-05-02 22:40:52 -07:00
ruban
4cd94370e8 fix i think 2024-05-03 05:25:11 +00:00
DirkSchlossmacher
4cd6327b19 Merge remote-tracking branch 'upstream/main' 2024-04-29 07:15:01 +02:00
DeanYao
506c17a093
Merge pull request #4564 from MrrDrr/gpt4v_remove_max_tokens
remove max_tokens from the official version of gpt4-turbo
2024-04-25 13:01:21 +08:00
DeanYao
69642fba52
Merge pull request #4557 from RoyRao2333/dev/no-fucos-outline
chore: No outline when element is in `:focus-visible` state
2024-04-25 12:58:19 +08:00
DeanYao
7d647c981f
Merge pull request #4535 from RubuJam/main
Refer to OpenAI documentation to delete some models.
2024-04-25 11:44:01 +08:00
l.tingting
dd4648ed9a remove max_tokens from the official version of gpt4-turbo 2024-04-24 22:59:14 +08:00
Roy
1cd0beb231 chore: No outline when element is in :focus-visible state 2024-04-23 11:48:54 +08:00
Wayland Zhan
c96e4b7966 feat: Support a way to define default model by adding DEFAULT_MODEL env. 2024-04-19 06:57:15 +00:00
DirkSchlossmacher
116202f761 if (!apiKey || !!serverConfig.hideUserApiKey) { 2024-04-18 11:13:22 +02:00
DirkSchlossmacher
433fc1c5be max > min 2024-04-17 18:23:02 +02:00