tog commited on
Commit
6ebe2f2
·
verified ·
1 Parent(s): d4c23ec

Arf a typo again !

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with open("prompts.yaml", 'r') as stream:
63
  agent = CodeAgent(
64
  model=model,
65
  tools=[final_answer, simplify_expression, image_generation_tool],
66
- additional_authorized_imports=['requests', 'sympy']),
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,
 
63
  agent = CodeAgent(
64
  model=model,
65
  tools=[final_answer, simplify_expression, image_generation_tool],
66
+ additional_authorized_imports=['requests', 'sympy'],
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,