fix missing comma

This commit is contained in:
Nitin Patel 2025-02-24 01:00:07 +05:30 committed by GitHub
parent fd5939f2b0
commit 180b54064c

View file

@ -37,6 +37,7 @@ class PerplexityChatConfig(OpenAIGPTConfig):
"response_format",
"stream",
"temperature",
"top_p" "max_retries",
"top_p",
"max_retries",
"extra_headers",
]