Perplexity API config added. see #405
This commit is contained in:
parent
652358072b
commit
cce942d592
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
];
|
||||
Loading…
Reference in a new issue