Closed lukashuebner closed 1 week ago
Thanks for providing this great plugin! :-)
It seems like the perplexity.ai instructions are outdated as they renamed their models. The following works for me:
;; Register Perplexity AI (gptel-make-openai "Perplexity" :host "api.perplexity.ai" :endpoint "/chat/completions" :key <...> :stream t :models '(llama-3.1-sonar-small-128k-online llama-3.1-sonar-large-128k-online llama-3.1-sonar-huge-128k-online))
Sorry, wrong repo ...
Thanks for providing this great plugin! :-)
It seems like the perplexity.ai instructions are outdated as they renamed their models. The following works for me: