diff --git a/js/api/openai_comp_configs.js b/js/api/openai_comp_configs.js index b3c9c815..6037b6ff 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -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, },