Fix stale docstring in PerplexityLLMAdapter
This commit is contained in:
@@ -45,8 +45,8 @@ class PerplexityLLMAdapter(OpenAILLMAdapter):
|
|||||||
no non-initial system messages, last message must be user/tool).
|
no non-initial system messages, last message must be user/tool).
|
||||||
|
|
||||||
The transformations are applied in ``get_llm_invocation_params`` after the
|
The transformations are applied in ``get_llm_invocation_params`` after the
|
||||||
parent adapter extracts messages from the LLM context, and before
|
parent adapter extracts messages from the LLM context (including any
|
||||||
``build_chat_completion_params`` prepends ``system_instruction``.
|
``system_instruction`` prepend).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def get_llm_invocation_params(
|
def get_llm_invocation_params(
|
||||||
|
|||||||
Reference in New Issue
Block a user