Explorar el Código

tweak: set gemini thinkingLevel to high by default

Aiden Cline hace 4 meses
padre
commit
59c5da9b6c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/opencode/src/provider/transform.ts

+ 1 - 0
packages/opencode/src/provider/transform.ts

@@ -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,
       }
     }