Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,9 @@ def solve():
|
|
121 |
)"""
|
122 |
],
|
123 |
config=types.GenerateContentConfig(
|
124 |
-
|
|
|
|
|
125 |
# Ajouter l'outil d'exécution de code
|
126 |
tools=[types.Tool(
|
127 |
code_execution=types.ToolCodeExecution
|
@@ -191,7 +193,9 @@ def solved():
|
|
191 |
"""Résous ça en français with rendering latex. utilise python pour les calculs et figures.( "Then save the plot as an image file and display the image.)"""
|
192 |
],
|
193 |
config=types.GenerateContentConfig(
|
194 |
-
|
|
|
|
|
195 |
# Ajouter l'outil d'exécution de code
|
196 |
tools=[types.Tool(
|
197 |
code_execution=types.ToolCodeExecution
|
|
|
121 |
)"""
|
122 |
],
|
123 |
config=types.GenerateContentConfig(
|
124 |
+
thinking_config=types.ThinkingConfig(
|
125 |
+
include_thoughts=True
|
126 |
+
),
|
127 |
# Ajouter l'outil d'exécution de code
|
128 |
tools=[types.Tool(
|
129 |
code_execution=types.ToolCodeExecution
|
|
|
193 |
"""Résous ça en français with rendering latex. utilise python pour les calculs et figures.( "Then save the plot as an image file and display the image.)"""
|
194 |
],
|
195 |
config=types.GenerateContentConfig(
|
196 |
+
thinking_config=types.ThinkingConfig(
|
197 |
+
include_thoughts=True
|
198 |
+
),
|
199 |
# Ajouter l'outil d'exécution de code
|
200 |
tools=[types.Tool(
|
201 |
code_execution=types.ToolCodeExecution
|