Docfile commited on
Commit
bebec81
·
verified ·
1 Parent(s): 92646b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -297,9 +297,7 @@ def process_files_background(task_id, files_data, resolution_style='colorful'):
297
 
298
  config=types.GenerateContentConfig(
299
  temperature=0.3,
300
-
301
- thinking_config=types.ThinkingConfig(
302
- include_thoughts=True),
303
  # Ajouter l'outil d'exécution de code
304
  tools=[types.Tool(
305
  code_execution=types.ToolCodeExecution
 
297
 
298
  config=types.GenerateContentConfig(
299
  temperature=0.3,
300
+
 
 
301
  # Ajouter l'outil d'exécution de code
302
  tools=[types.Tool(
303
  code_execution=types.ToolCodeExecution