From f4529c099402a0ba2e1ea7752ee1c2dac242e219 Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 9 Jun 2025 20:27:00 +0200 Subject: [PATCH] Grok and Mistral name updated --- js/api/openai_comp_configs.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, },