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