From 3fc641dea43b984bca98008003c7b1a12f08d237 Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 9 Jun 2025 20:32:00 +0200 Subject: [PATCH] open api comp config reordered --- js/api/openai_comp_configs.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/api/openai_comp_configs.js b/js/api/openai_comp_configs.js index 2e743781..32298e08 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -46,13 +46,6 @@ export const openAICompConfigs = [ host: 'https://api.mistral.ai', use_v1: true, }, - { - id: 'perplexity', - name: 'Perplexity API', - chat_name: 'Perplexity', - host: 'https://api.perplexity.ai', - use_v1: true, - }, { id: 'openrouter', name: 'OpenRouter API', @@ -60,4 +53,11 @@ export const openAICompConfigs = [ host: 'https://openrouter.ai/api', use_v1: true, }, + { + id: 'perplexity', + name: 'Perplexity API', + chat_name: 'Perplexity', + host: 'https://api.perplexity.ai', + use_v1: true, + }, ]; \ No newline at end of file