mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix: remove duplicate PerplexityResponsesConfig from LLM_CONFIG_NAMES
Removes duplicate entry of PerplexityResponsesConfig that was causing Ruff linting error F601 (dictionary key literal repeated). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9a2410be71
commit
5ff913cfb1
1 changed files with 0 additions and 1 deletions
|
|
@ -275,7 +275,6 @@ LLM_CONFIG_NAMES = (
|
|||
"LmStudioEmbeddingConfig",
|
||||
"NscaleConfig",
|
||||
"PerplexityChatConfig",
|
||||
"PerplexityResponsesConfig",
|
||||
"AzureOpenAIO1Config",
|
||||
"IBMWatsonXAIConfig",
|
||||
"IBMWatsonXChatConfig",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue