cocolook commited on
Commit
459594c
·
verified ·
1 Parent(s): b8fe276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with open("prompts.yaml", 'r') as stream:
146
 
147
  agent = CodeAgent(
148
  model=model,
149
- tools=[final_answer], ## add your tools here (don't remove final answer)
150
  max_steps=6,
151
  verbosity_level=1,
152
  grammar=None,
 
146
 
147
  agent = CodeAgent(
148
  model=model,
149
+ tools=[final_answer, get_chinese_zodiac_sign, get_a_joke, get_current_time_in_timezone, image_generation_tool], ## add your tools here (don't remove final answer)
150
  max_steps=6,
151
  verbosity_level=1,
152
  grammar=None,