mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 21:01:32 +08:00
feat(models): add gpt-4.1 model to visionAllowedModels (#4843)
This commit is contained in:
parent
8b3a94702a
commit
2362a6b5f9
@ -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-]+)?',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user