ibyteohdear commited on
Commit
7a5cee7
·
verified ·
1 Parent(s): 0166c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -199,7 +199,10 @@ model = InferenceClientModel(
199
  temperature=0.6,
200
  )
201
 
202
- executor = LocalPythonExecutor(timeout_seconds=300)
 
 
 
203
 
204
  agent = CodeAgent(
205
  model=model,
 
199
  temperature=0.6,
200
  )
201
 
202
+ executor = LocalPythonExecutor(
203
+ timeout_seconds=300,
204
+ additional_authorized_imports=[],
205
+ )
206
 
207
  agent = CodeAgent(
208
  model=model,