elfix: Add the grok vision model and fix the incorrect marking of the grok beta model as a visual model.
This commit is contained in:
parent
1981f2e648
commit
465bf4006c
@ -136,7 +136,7 @@ const visionAllowedModels = [
|
||||
'qwen-vl',
|
||||
'qwen2-vl',
|
||||
'internvl2',
|
||||
'grok',
|
||||
'grok-vision-beta',
|
||||
'pixtral',
|
||||
'gpt-4(?:-[\\w-]+)',
|
||||
'gpt-4o(?:-[\\w-]+)?',
|
||||
@ -807,6 +807,12 @@ export const SYSTEM_MODELS: Record<string, Model[]> = {
|
||||
provider: 'grok',
|
||||
name: 'Grok Beta',
|
||||
group: 'Grok'
|
||||
},
|
||||
{
|
||||
id: 'grok-vision-beta',
|
||||
provider: 'grok',
|
||||
name: 'Grok Vision Beta',
|
||||
group: 'Grok'
|
||||
}
|
||||
],
|
||||
mistral: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user