Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,9 +88,7 @@ def solve():
|
|
88 |
"""Résous ça en français with rendering latex"""
|
89 |
],
|
90 |
config=types.GenerateContentConfig(
|
91 |
-
|
92 |
-
thinking_budget=16000
|
93 |
-
),
|
94 |
# Ajouter l'outil d'exécution de code
|
95 |
tools=[types.Tool(
|
96 |
code_execution=types.ToolCodeExecution
|
@@ -159,6 +157,9 @@ def solved():
|
|
159 |
"""Résous ça en français with rendering latex. utilise python pour les calculs et figures."""
|
160 |
],
|
161 |
config=types.GenerateContentConfig(
|
|
|
|
|
|
|
162 |
# Ajouter l'outil d'exécution de code
|
163 |
tools=[types.Tool(
|
164 |
code_execution=types.ToolCodeExecution
|
|
|
88 |
"""Résous ça en français with rendering latex"""
|
89 |
],
|
90 |
config=types.GenerateContentConfig(
|
91 |
+
|
|
|
|
|
92 |
# Ajouter l'outil d'exécution de code
|
93 |
tools=[types.Tool(
|
94 |
code_execution=types.ToolCodeExecution
|
|
|
157 |
"""Résous ça en français with rendering latex. utilise python pour les calculs et figures."""
|
158 |
],
|
159 |
config=types.GenerateContentConfig(
|
160 |
+
thinking_config=types.ThinkingConfig(
|
161 |
+
thinking_budget=16000
|
162 |
+
),
|
163 |
# Ajouter l'outil d'exécution de code
|
164 |
tools=[types.Tool(
|
165 |
code_execution=types.ToolCodeExecution
|