Perplexity custom endpoint not working #6095
Closed
mafnan97
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am facing api failure for perplexity. Can someone guide me how to correctly set it up.
custom configuration:
endpoints:
custom:
- name: "Perplexity"
apiKey: "API_KEY"
baseURL: "https://api.perplexity.ai/"
models:
default:
- "sonar-reasoning-pro"
- "sonar-reasoning"
- "sonar-pro"
- "sonar"
fetch: false
titleConvo: true
titleModel: "current_model"
forcePrompt: false
titleMessageRole: "user"
modelDisplayLabel: "Perplexity"
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
Beta Was this translation helpful? Give feedback.
All reactions