mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
remove extra model check
This commit is contained in:
parent
77ece37b6d
commit
d78d2aee32
1 changed files with 0 additions and 5 deletions
|
|
@ -235,11 +235,6 @@ class VertexGeminiConfig(VertexAIBaseConfig, BaseConfig):
|
|||
# Check for Gemini 3 models
|
||||
if "gemini-3" in model:
|
||||
return True
|
||||
|
||||
# Check for gemini-3-flash-preview
|
||||
if "gemini-3-flash-preview" in model.lower():
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
def _supports_penalty_parameters(self, model: str) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue