Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def solve():
|
|
89 |
],
|
90 |
config=types.GenerateContentConfig(
|
91 |
thinking_config=types.ThinkingConfig(
|
92 |
-
thinking_budget=
|
93 |
),
|
94 |
# Ajouter l'outil d'exécution de code
|
95 |
tools=[types.Tool(
|
|
|
89 |
],
|
90 |
config=types.GenerateContentConfig(
|
91 |
thinking_config=types.ThinkingConfig(
|
92 |
+
thinking_budget=16000
|
93 |
),
|
94 |
# Ajouter l'outil d'exécution de code
|
95 |
tools=[types.Tool(
|