mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix(vertex_and_google_ai_studio_gemini.py): fix translation
This commit is contained in:
parent
211fffce89
commit
7bd2c11a7e
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ class VertexGeminiConfig(VertexAIBaseConfig, BaseConfig):
|
|||
thinking_param: AnthropicThinkingParam,
|
||||
) -> GeminiThinkingConfig:
|
||||
thinking_enabled = thinking_param.get("type") == "enabled"
|
||||
thinking_budget = thinking_param.get("budgetTokens")
|
||||
thinking_budget = thinking_param.get("budget_tokens")
|
||||
|
||||
params: GeminiThinkingConfig = {}
|
||||
if thinking_enabled:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue