Skip to content

Commit f0b31ea

Browse files
committed
minor update
1 parent 6b9ffd1 commit f0b31ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/llms/vertex-ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,10 @@ Note that you will have to set [`strict_open_ai_compliance=False`](/product/ai-g
487487
</CodeGroup>
488488

489489
<Note>
490-
To disable thinking for gemini models like `google.gemini-2.5-flash-preview-04-17`, you are required to explicitly set `budget_tokens` to `0` and `type` to `disabled`.
490+
To disable thinking for gemini models like `google.gemini-2.5-flash-preview-04-17`, you are required to explicitly set `budget_tokens` to `0`.
491491
```json
492492
"thinking": {
493-
"type": "disabled",
493+
"type": "enabled",
494494
"budget_tokens": 0
495495
}
496496
```

0 commit comments

Comments
 (0)