feat: add Janus model to vision allowed models
This commit is contained in:
parent
205aa70825
commit
0914df8908
@ -144,7 +144,8 @@ const visionAllowedModels = [
|
|||||||
'pixtral',
|
'pixtral',
|
||||||
'gpt-4(?:-[\\w-]+)',
|
'gpt-4(?:-[\\w-]+)',
|
||||||
'gpt-4o(?:-[\\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+']
|
const visionExcludedModels = ['gpt-4-\\d+-preview', 'gpt-4-turbo-preview', 'gpt-4-32k', 'gpt-4-\\d+']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user