Docfile commited on
Commit
eb3063c
·
verified ·
1 Parent(s): dd9d8be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -131,10 +131,7 @@ Agis en tant qu'expert en mathématiques et tuteur pédagogue. Ton objectif est
131
  config=genai.types.GenerateContentConfig(
132
  temperature=0.3,
133
  ),
134
- tools=[types.Tool(
135
- code_execution=types.ToolCodeExecution
136
- )]
137
-
138
  )
139
 
140
  latex_content_raw = None
 
131
  config=genai.types.GenerateContentConfig(
132
  temperature=0.3,
133
  ),
134
+
 
 
 
135
  )
136
 
137
  latex_content_raw = None