JaviSwift commited on
Commit
9afa410
·
verified ·
1 Parent(s): df6a210

Fix - Comma separator

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with open("prompts.yaml", 'r') as stream:
57
 
58
  agent = CodeAgent(
59
  model=model,
60
- tools=[final_answer, image_generation_tool, get_employee_id] ## add your tools here (don't remove final answer)
61
  max_steps=6,
62
  verbosity_level=1,
63
  grammar=None,
 
57
 
58
  agent = CodeAgent(
59
  model=model,
60
+ tools=[final_answer, image_generation_tool, get_employee_id], ## add your tools here (don't remove final answer)
61
  max_steps=6,
62
  verbosity_level=1,
63
  grammar=None,