Aihararaです
967cde4224
Merge e83f2bad84
into 995bef73de
2025-08-18 06:38:25 -05:00
Sam
38ac502d80
Add support for GPT5
2025-08-09 17:03:49 +08:00
Sam
0511808900
use max_completion_tokens
2025-08-09 17:03:49 +08:00
Sam
42eff644b4
use max_completion_tokens
2025-08-09 17:03:49 +08:00
Sam
8ae6883784
add gpt-5
2025-08-09 17:03:49 +08:00
Sam
c0f2ab6de3
add gpt-5
2025-08-09 17:03:06 +08:00
RiverRay
a2a2664a83
Merge pull request #6572 from jerryno6/main
...
Run Tests / test (push) Has been cancelled
feat: Update moonshot models and fix for typo
2025-07-23 22:32:14 +08:00
RiverRay
7d8e0f7868
Merge pull request #6580 from terrydkim/main
...
Docs: Add & Update korean docs
2025-07-23 22:29:54 +08:00
kahirokunn
f6ca428a40
fix typo
...
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
2025-07-23 14:45:54 +09:00
Terry
b3790c2b1d
docs: Update locales ko
2025-07-23 02:00:03 +09:00
vule
6a8e41758a
feat: update for wrong typo
2025-07-19 13:36:29 +07:00
vule
63243a9c39
feat: update api endpoint & Moonshot models. I get models from api.moonshot.ai/v1/models
2025-07-19 13:29:49 +07:00
zzg
1600b96454
Update constant.ts
...
添加gemini-2.5-pro,可以免费使用Google Gemini
2025-07-17 08:07:15 +08:00
zzg
47047a60b2
Update constant.ts
...
添加免费的Gemini 2.5 Pro进行使用
2025-07-17 07:48:12 +08:00
LePao1
e8a18d0b38
fix: Update the regular expressions to support image upload functionality for multimodal Claude 4 and Gemini 2.5 series.
2025-07-13 21:20:20 +08:00
hyiip
21d39b8dd6
Migrate to claude 4
2025-07-02 22:14:32 +08:00
JI4JUN
d3e164f23e
feat: add 302.AI provider
2025-06-25 18:10:02 +08:00
dupl
eb193ac0ff
Removed deprecated Gemini models
2025-06-12 15:34:03 +08:00
RiverRay
c30ddfbb07
Merge pull request #6425 from yunlingz/o_model_md_response
...
Run Tests / test (push) Has been cancelled
Fix: Encourage markdown inclusion in model responses for o1/o3
2025-06-12 11:19:24 +08:00
GH Action - Upstream Sync
03d36f96ed
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
2025-06-12 01:53:30 +00:00
KevinShiCN
02f7e6de98
Add gemini-2.5-pro-preview-06-05 into constant.ts
2025-06-08 23:59:49 +08:00
Aiharara
e83f2bad84
Fix provider comparison issue in model comparison
...
Fixed an issue where comparing models using the provider object directly resulted in errors. Changed to compare provider.id to ensure the comparison is based on a unique identifier, accurately determining if the models are the same.
If the provider comparison fails, more models will be stored in persistStore. Although this issue is not immediately visible in the frontend due to subsequent processing, it leads to increased memory usage and longer startup times with each page reload.
2025-04-29 04:51:14 +08:00
dreamsafari
843dc52efa
加入Grok3模型列表
2025-04-22 13:06:54 +08:00
Jasper Hu
2d7229d2b8
feat: 支持 OpenAI 新模型 o3 与 o4-mini,并适配新参数
2025-04-18 20:36:07 +01:00
QwQwQ
1d0038f17d
add gpt-4.5-preview support
2025-04-16 22:10:47 +08:00
QwQwQ
619fa519c0
add gpt-4.1 family support
2025-04-16 22:02:35 +08:00
Yunling Zhu
c261ebc82c
use unshift to improve perf
2025-04-06 16:56:54 +08:00
Yunling Zhu
f7c747c65f
encourage markdown inclusion for o1/o3
2025-04-03 22:11:59 +08:00
RiverRay
f7cde17919
Merge pull request #6292 from Little-LittleProgrammer/feature/alibaba-omni-support
...
Run Tests / test (push) Has been cancelled
feat(alibaba): Added alibaba vision model and omni model support
2025-03-01 10:25:16 +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
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
...
Run Tests / test (push) Has been cancelled
claude 3.7 support
2025-02-26 18:41:28 +08: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
b966107117
Merge pull request #6235 from DBCDK/danish-locale
...
Run Tests / test (push) Has been cancelled
Translation to danish
2025-02-17 22:58:01 +08:00
river
377480b448
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
Run Tests / test (push) Has been cancelled
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
suruiqiang
cf140d4228
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web into ali_bytedance_reasoning_content
2025-02-12 17:54:50 +08:00
suruiqiang
476d946f96
fix bug (trim eats space or \n mistakenly), optimize timeout by model
2025-02-12 17:49:54 +08:00
suruiqiang
9714258322
support deepseek-r1@OpenAI's reasoning_content, parse <think></think> from stream
2025-02-11 18:57:16 +08:00
RiverRay
48cd4b11b5
Merge pull request #6190 from siliconflow/refine-emoji-siliconflow
...
Run Tests / test (push) Has been cancelled
Fix model icon on SiliconFlow
2025-02-11 18:37:47 +08:00
RiverRay
77c78b230a
Merge pull request #6193 from siliconflow/get-models-siliconflow
...
Model listing of SiliconFlow
2025-02-11 18:37:22 +08:00
RiverRay
b44686b887
Merge pull request #6189 from bestsanmao/bug_fix
...
fix avatar for export message preview and saved image
2025-02-11 18:36:50 +08:00
suruiqiang
b0758cccde
optimization
2025-02-11 16:08:30 +08:00
suruiqiang
98a11e56d2
support alibaba and bytedance's reasoning_content
2025-02-11 12:46:46 +08:00