Merge pull request #8746 from niinpatel/patch-1

fix missing comma
This commit is contained in:
Ishaan Jaff 2025-03-10 15:57:32 -07:00 committed by GitHub
commit ea058ab4ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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