Documentation
¶
Overview ¶
Package perplexity provides Perplexity's OpenAI-compatible LLM service. Its base URL has no "/v1" path segment, unlike most compatible providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLLM ¶
func NewLLM(cfg chat.LLMConfig) *chat.LLMService
NewLLM builds a Perplexity LLM service. Perplexity speaks the OpenAI chat-completions API, with two departures from it: it has no developer role, and it is stricter than OpenAI about the shape of a conversation (which its adapter settles).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.