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

Fixing typo

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,