fix missing comma

This commit is contained in:
Nitin Patel 2025-02-24 01:00:07 +05:30 committed by GitHub
parent 566d9354aa
commit e3455cd045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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