👨‍🚀 chore: Add Newer OpenAI Models to Default List (#9926)

This commit is contained in:
Danny Avila 2025-10-01 10:06:35 -04:00 committed by GitHub
parent 17ab91f1fd
commit 37321ea10d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',