mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
feat: add Janus model to vision allowed models
This commit is contained in:
parent
e42d6d4219
commit
731bbfcda5
@ -144,7 +144,8 @@ const visionAllowedModels = [
|
||||
'pixtral',
|
||||
'gpt-4(?:-[\\w-]+)',
|
||||
'gpt-4o(?:-[\\w-]+)?',
|
||||
'chatgpt-4o(?:-[\\w-]+)?'
|
||||
'chatgpt-4o(?:-[\\w-]+)?',
|
||||
'janus'
|
||||
]
|
||||
|
||||
const visionExcludedModels = ['gpt-4-\\d+-preview', 'gpt-4-turbo-preview', 'gpt-4-32k', 'gpt-4-\\d+']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user