feat(models): add gpt-4.1 model to visionAllowedModels (#4843)

This commit is contained in:
Asurada 2025-04-15 12:14:51 +08:00 committed by GitHub
parent 141904e61a
commit 43ef1d6815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,6 +158,7 @@ const visionAllowedModels = [
'grok-vision-beta',
'pixtral',
'gpt-4(?:-[\\w-]+)',
'gpt-4.1(?:-[\\w-]+)?',
'gpt-4o(?:-[\\w-]+)?',
'gpt-4.5(?:-[\\w-]+)',
'chatgpt-4o(?:-[\\w-]+)?',