ChatGPT-Next-Web/app
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
..
api Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web 2025-02-16 10:50:07 +08:00
client feat: 支持 OpenAI 新模型 o3 与 o4-mini,并适配新参数 2025-04-18 20:36:07 +01:00
components Fix: Improve Mistral icon detection and remove redundant code. 2025-02-25 14:30:18 +08:00
config New provider SiliconFlow and Its Latest DeekSeek Models 2025-02-04 16:59:26 +08:00
icons Fix: Set consistent fill color for OpenAI/MoonShot/Grok SVG to prevent color inversion in dark mode 2025-02-07 11:13:22 +08:00
lib
locales danish rewording / improved button label 2025-02-15 13:08:58 +01:00
masks
mcp fix: missing files required for building 2025-01-22 21:28:29 +08:00
store Fix provider comparison issue in model comparison 2025-04-29 04:51:14 +08:00
styles
utils fix(app/utils/chat.ts): fix type error 2025-02-26 19:58:32 +08:00
command.ts
constant.ts feat: 支持 OpenAI 新模型 o3 与 o4-mini,并适配新参数 2025-04-18 20:36:07 +01:00
global.d.ts
layout.tsx feat: add ENABLE_MCP env var to toggle MCP feature globally and in Docker 2025-01-18 21:19:01 +08:00
page.tsx feat: add ENABLE_MCP env var to toggle MCP feature globally and in Docker 2025-01-18 21:19:01 +08:00
polyfill.ts
typing.ts
utils.ts fix bug (trim eats space or \n mistakenly), optimize timeout by model 2025-02-12 17:49:54 +08:00