From 98352938afb7af1bf504ccbf12627e6f0b5ab52c Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 11 Aug 2025 21:59:07 +0200 Subject: [PATCH] perplexity ai config fixed. see #461 --- js/api/openai_comp_configs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/api/openai_comp_configs.js b/js/api/openai_comp_configs.js index 32298e08..cffb2fba 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -58,6 +58,6 @@ export const openAICompConfigs = [ name: 'Perplexity API', chat_name: 'Perplexity', host: 'https://api.perplexity.ai', - use_v1: true, + use_v1: false, }, ]; \ No newline at end of file