Docfile commited on
Commit
b06a0e2
·
verified ·
1 Parent(s): 490f83e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -295,8 +295,7 @@ def process_files_background(task_id, files_data, resolution_style='colorful'):
295
 
296
  contents=contents,
297
 
298
- config=types.GenerateContentConfig(
299
- temperature=0.3,
300
 
301
  tools=[types.Tool(
302
  code_execution=types.ToolCodeExecution
 
295
 
296
  contents=contents,
297
 
298
+ config=types.GenerateContentConfig(
 
299
 
300
  tools=[types.Tool(
301
  code_execution=types.ToolCodeExecution