From cce942d592a62f009fc9f8cde75fcf48ca3f7562 Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 9 Jun 2025 20:27:00 +0200 Subject: [PATCH] Perplexity API config added. see #405 --- js/api/openai_comp_configs.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/js/api/openai_comp_configs.js b/js/api/openai_comp_configs.js index 3bf312f8..b3c9c815 100644 --- a/js/api/openai_comp_configs.js +++ b/js/api/openai_comp_configs.js @@ -46,4 +46,11 @@ 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, + }, ]; \ No newline at end of file