mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-05-13 07:46:47 +00:00
👨🚀 chore: Add Newer OpenAI Models to Default List (#9926)
This commit is contained in:
parent
17ab91f1fd
commit
37321ea10d
1 changed files with 7 additions and 0 deletions
|
|
@ -930,6 +930,13 @@ export const alternateName = {
|
|||
};
|
||||
|
||||
const sharedOpenAIModels = [
|
||||
'gpt-5',
|
||||
'gpt-5-mini',
|
||||
'gpt-5-nano',
|
||||
'gpt-5-chat-latest',
|
||||
'gpt-4.1',
|
||||
'gpt-4.1-mini',
|
||||
'gpt-4.1-nano',
|
||||
'gpt-4o-mini',
|
||||
'gpt-4o',
|
||||
'gpt-4.5-preview',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue