Skip to content

Commit e0afca7

Browse files
chore: add thinking_budget
1 parent 02732ae commit e0afca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balrog/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _initialize_client(self):
249249

250250
self.generation_config = genai.types.GenerateContentConfig(
251251
**client_kwargs,
252-
thinking_config=types.ThinkingConfig(thinking_budget=)
252+
thinking_config=types.ThinkingConfig(thinking_budget=thinking_budget)
253253
)
254254
self._initialized = True
255255

0 commit comments

Comments
 (0)