-
Notifications
You must be signed in to change notification settings - Fork 59.8k
Add latest models and remove legacy ones #6421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6aecdd8
Update constant.ts
Davidlasky af1dfd2
Update constant.ts
Davidlasky 75cdd15
Update constant.ts
Davidlasky 3b23f5f
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Nextβ¦
actions-user e8dcede
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Nextβ¦
actions-user fd2e69d
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Nextβ¦
actions-user fd998de
Merge branch 'ChatGPTNextWeb:main' into main
Davidlasky 20df2ee
Merge branch 'main' of https://github.com/ChatGPTNextWeb/ChatGPT-Nextβ¦
actions-user 2f5184c
Update constant.ts
Davidlasky d65aca6
Update constant.ts
Davidlasky 2509495
try to add o1 as a vision model
Davidlasky 6d69494
Update utils.ts
Davidlasky b5ee4c1
make timeout longer
Davidlasky 2329d59
defaults o3-mini to high
Davidlasky e30d907
remove legacy models and support new models
Davidlasky 106db97
enable o3-mini-high, optimize timeout for thinking models
Davidlasky ff196f2
local debug
Davidlasky f2a5af7
ignore local Dockerfile
Davidlasky d02f9b0
added gpt-4.1 and removed gpt-4.5-preview
Davidlasky ac7b720
send longer chat history
Davidlasky ef7674b
only used desired model providers
Davidlasky 55b6f23
switch from yarn to npm
Davidlasky 5d4e393
add o4-mini-high and remove all unused models
Davidlasky d2e484f
change to npm
Davidlasky 3aa2c68
add gemini-2.5-flash-preview-04-17 and replace gemini-2.5-pro-exp-03-β¦
Davidlasky e4264d3
Update test.yml
Davidlasky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,3 +49,4 @@ masks.json | |
|
|
||
| # mcp config | ||
| app/mcp/mcp_config.json | ||
| Dockerfile.local | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NodeΒ 23βalpine may not yet be an LTS image β verify runtime compatibility and availability
Jumping from
node:18-alpine(current LTS) tonode:23-alpinebrings bleedingβedge V8 semantics and potential ABI changes.β’ Some native addβons compiled during
npm install(e.g.sharp,bcrypt) may break.β’ Docker Hub does not currently publish an official
23-alpinetag; the build will 404.Unless you explicitly need NodeΒ 23 features, stick to the latest LTS (
node:20βalpine) or test the new tagβs existence in CI before merging.