Grok and Mistral name updated
This commit is contained in:
parent
cce942d592
commit
f4529c0994
1 changed files with 4 additions and 4 deletions
|
|
@ -34,15 +34,15 @@ export const openAICompConfigs = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'grok',
|
id: 'grok',
|
||||||
name: 'Grok AI API',
|
name: 'Grok API',
|
||||||
chat_name: 'Grok AI',
|
chat_name: 'Grok',
|
||||||
host: 'https://api.x.ai',
|
host: 'https://api.x.ai',
|
||||||
use_v1: true,
|
use_v1: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'mistral',
|
id: 'mistral',
|
||||||
name: 'Mistral AI API',
|
name: 'Mistral API',
|
||||||
chat_name: 'Mistral AI',
|
chat_name: 'Mistral',
|
||||||
host: 'https://api.mistral.ai',
|
host: 'https://api.mistral.ai',
|
||||||
use_v1: true,
|
use_v1: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue