|
version: 1.1.0 |
|
|
|
cache: true |
|
|
|
interface: |
|
|
|
privacyPolicy: |
|
externalUrl: 'https://librechat.ai/privacy-policy' |
|
openNewTab: true |
|
|
|
|
|
termsOfService: |
|
externalUrl: 'https://librechat.ai/tos' |
|
openNewTab: true |
|
|
|
endpoints: |
|
custom: |
|
|
|
|
|
- name: "Perplexity" |
|
apiKey: "${PERPLEXITY_API_KEY}" |
|
baseURL: "https://api.perplexity.ai/" |
|
models: |
|
default: [ |
|
"mistral-7b-instruct", |
|
"sonar-small-chat", |
|
"sonar-small-online", |
|
"sonar-medium-chat", |
|
"sonar-medium-online" |
|
] |
|
fetch: false |
|
titleConvo: true |
|
titleModel: "sonar-medium-chat" |
|
summarize: false |
|
summaryModel: "sonar-medium-chat" |
|
forcePrompt: false |
|
dropParams: ["stop", "frequency_penalty"] |
|
modelDisplayLabel: "Perplexity" |