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',
|
||||
name: 'Grok AI API',
|
||||
chat_name: 'Grok AI',
|
||||
name: 'Grok API',
|
||||
chat_name: 'Grok',
|
||||
host: 'https://api.x.ai',
|
||||
use_v1: true,
|
||||
},
|
||||
{
|
||||
id: 'mistral',
|
||||
name: 'Mistral AI API',
|
||||
chat_name: 'Mistral AI',
|
||||
name: 'Mistral API',
|
||||
chat_name: 'Mistral',
|
||||
host: 'https://api.mistral.ai',
|
||||
use_v1: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue