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