Skip to content

Commit

Permalink
Update perplexity.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangao88 authored Mar 30, 2024
1 parent 78c0fc2 commit 043db37
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/config/modelProviders/perplexity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@ import { ModelProviderCard } from '@/types/llm';

const Perplexity: ModelProviderCard = {
chatModels: [
{
displayName: 'Sonar Medium Online',
id: 'sonar-medium-online',
tokens: 12000,
},
{
displayName: 'Sonar Small Online',
id: 'sonar-small-online',
tokens: 12000,
},
{
displayName: 'Sonar Medium Chat',
id: 'sonar-medium-chat',
tokens: 16384,
},
{
displayName: 'Sonar Small Chat',
id: 'sonar-small-chat',
tokens: 16384,
},
{
displayName: 'Perplexity 7B Chat',
id: 'pplx-7b-chat',
Expand Down

0 comments on commit 043db37

Please sign in to comment.