Skip to content

Commit

Permalink
✨ feat: support perplexity proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed May 9, 2024
1 parent 6695c4b commit 30bbe61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(main)/settings/llm/Perplexity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const PerplexityProvider = memo(() => {
<ProviderConfig
checkModel={'pplx-7b-chat'}
provider={ModelProvider.Perplexity}
proxyUrl={{
placeholder: 'https://api.perplexity.ai',
}}
title={<Perplexity.Combine size={24} type={'color'} />}
/>
);
Expand Down

0 comments on commit 30bbe61

Please sign in to comment.