perplexity ai config fixed. see #461
This commit is contained in:
parent
f8b8a9287c
commit
98352938af
1 changed files with 1 additions and 1 deletions
|
|
@ -58,6 +58,6 @@ export const openAICompConfigs = [
|
||||||
name: 'Perplexity API',
|
name: 'Perplexity API',
|
||||||
chat_name: 'Perplexity',
|
chat_name: 'Perplexity',
|
||||||
host: 'https://api.perplexity.ai',
|
host: 'https://api.perplexity.ai',
|
||||||
use_v1: true,
|
use_v1: false,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
Loading…
Reference in a new issue