Commit Graph

3058 Commits

Author SHA1 Message Date
Davidlasky
3aa2c68ce6 add gemini-2.5-flash-preview-04-17 and replace gemini-2.5-pro-exp-03-25 with preview one 2025-04-17 23:47:45 -05:00
Davidlasky
d2e484f274 change to npm 2025-04-17 20:59:49 -05:00
Davidlasky
5d4e393302 add o4-mini-high and remove all unused models 2025-04-17 20:03:31 -05:00
Davidlasky
55b6f236db switch from yarn to npm 2025-04-17 20:01:50 -05:00
Davidlasky
ef7674bcf4 only used desired model providers 2025-04-17 19:56:57 -05:00
Davidlasky
ac7b720b5b send longer chat history 2025-04-15 13:37:26 -05:00
Davidlasky
d02f9b0dd4 added gpt-4.1 and removed gpt-4.5-preview 2025-04-15 12:52:30 -05:00
Davidlasky
f2a5af7556 ignore local Dockerfile 2025-04-01 17:53:56 -05:00
Davidlasky
ff196f22c2 local debug 2025-04-01 17:48:31 -05:00
Davidlasky
106db97f8c enable o3-mini-high, optimize timeout for thinking models 2025-04-01 17:47:16 -05:00
Davidlasky
e30d90714b remove legacy models and support new models 2025-04-01 17:45:33 -05:00
Davidlasky
2329d59c83 defaults o3-mini to high 2025-04-01 13:33:38 -05:00
Davidlasky
b5ee4c1fcf make timeout longer 2025-03-29 02:28:00 -05:00
LaskyJ
6d69494e08
Update utils.ts 2025-03-27 12:52:25 -05:00
Davidlasky
2509495cdc try to add o1 as a vision model 2025-03-25 18:01:23 -05:00
LaskyJ
d65aca6d13
Update constant.ts 2025-03-25 15:40:36 -05:00
LaskyJ
2f5184c5b4
Update constant.ts 2025-03-25 15:27:26 -05:00
GH Action - Upstream Sync
20df2eed07 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-03-21 01:00:47 +00:00
RiverRay
48469bd8ca
Merge pull request #6392 from ChatGPTNextWeb/Leizhenpeng-patch-6
Update README.md
2025-03-20 17:52:02 +08:00
RiverRay
5a5e887f2b
Update README.md 2025-03-20 17:51:47 +08:00
LaskyJ
fd998de148
Merge branch 'ChatGPTNextWeb:main' into main 2025-03-14 18:47:04 -05:00
RiverRay
b6f5d75656
Merge pull request #6344 from vangie/fix/jest-setup-esm
test: fix unit test failures
2025-03-14 20:04:56 +08:00
Vangie Du
0d41a17ef6 test: fix unit test failures 2025-03-07 14:49:17 +08:00
GH Action - Upstream Sync
fd2e69d1c7 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-03-02 01:01:58 +00:00
RiverRay
f7cde17919
Merge pull request #6292 from Little-LittleProgrammer/feature/alibaba-omni-support
feat(alibaba): Added alibaba vision model and omni model support
2025-03-01 10:25:16 +08:00
RiverRay
570cbb34b6
Merge pull request #6310 from agi-dude/patch-1
Remove duplicate links
2025-03-01 10:24:38 +08:00
GH Action - Upstream Sync
e8dcede878 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-03-01 01:02:26 +00:00
RiverRay
7aa9ae0a3e
Merge pull request #6311 from ChatGPTNextWeb/6305-bugthe-first-message-except-the-system-message-of-deepseek-reasoner-must-be-a-user-message-but-an-assistant-message-detected
fix: enforce that the first message (excluding system messages) is a …
2025-02-28 19:48:09 +08:00
Kadxy
2d4180f5be fix: update request payload to use filtered messages in Deepseek API 2025-02-28 13:59:30 +08:00
Kadxy
9f0182b55e fix: enforce that the first message (excluding system messages) is a user message in the Deepseek API 2025-02-28 13:54:58 +08:00
Mr. AGI
ad6666eeaf
Update README.md 2025-02-28 10:47:52 +05:00
GH Action - Upstream Sync
3b23f5f8ab Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-02-27 00:58:12 +00:00
EvanWu
a2c4e468a0 fix(app/utils/chat.ts): fix type error 2025-02-26 19:58:32 +08:00
RiverRay
2167076652
Merge pull request #6293 from hyiip/main
claude 3.7 support
2025-02-26 18:41:28 +08:00
RiverRay
e123076250
Merge pull request #6295 from rexkyng/patch-1
Fix: Improve Mistral icon detection and remove redundant code.
2025-02-26 18:39:59 +08:00
LaskyJ
75cdd15bc2
Update constant.ts 2025-02-25 21:04:07 -06:00
LaskyJ
af1dfd2a6c
Update constant.ts 2025-02-25 20:52:01 -06:00
LaskyJ
6aecdd80e9
Update constant.ts 2025-02-25 20:50:10 -06:00
Rex Ng
ebcb4db245
Fix: Improve Mistral icon detection and remove redundant code.
- Added "codestral" to the list of acceptable names for the Mistral icon, ensuring proper detection.
- Removed duplicate `toLowerCase()` calls.
2025-02-25 14:30:18 +08:00
EvanWu
0a25a1a8cb refacto(app/utils/chat.ts)r: optimize function preProcessImageContentBase 2025-02-25 09:22:47 +08:00
hyiip
f3154b20a5 claude 3.7 support 2025-02-25 03:55:24 +08:00
EvanWu
b709ee3983 feat(alibaba): Added alibaba vision model and omni model support 2025-02-24 20:18:07 +08:00
RiverRay
f5f3ce94f6
Update README.md 2025-02-21 08:56:43 +08:00
RiverRay
2b5f600308
Update README.md 2025-02-21 08:55:40 +08:00
RiverRay
b966107117
Merge pull request #6235 from DBCDK/danish-locale
Translation to danish
2025-02-17 22:58:01 +08:00
river
377480b448 Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-02-16 10:50:07 +08:00
river
8bd0d6a1a7 chore: Update NextChatAI domain from nextchat.dev to nextchat.club 2025-02-16 10:48:54 +08:00
Rasmus Erik Voel Jensen
90827fc593 danish rewording / improved button label 2025-02-15 13:08:58 +01:00
Rasmus Erik Voel Jensen
008e339b6d danish locale 2025-02-15 12:52:44 +01:00
RiverRay
12863f5213
Merge pull request #6204 from bestsanmao/ali_bytedance_reasoning_content
add 3 type of reasoning_content support (+deepseek-r1@OpenAI @Alibaba @ByteDance), parse <think></think> from SSE
2025-02-13 14:53:47 +08:00