mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tweak: set gemini thinkingLevel to high by default
This commit is contained in:
parent
15880195a2
commit
59c5da9b6c
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ export namespace ProviderTransform {
|
|||
}
|
||||
if (model.api.npm === "@ai-sdk/google" || model.api.npm === "@ai-sdk/google-vertex") {
|
||||
result["thinkingConfig"] = {
|
||||
thinkingLevel: "high",
|
||||
includeThoughts: true,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue