hadidev commited on
Commit
549f8c2
·
verified ·
1 Parent(s): 047e671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with open("prompts.yaml", 'r') as stream:
70
 
71
  agent = CodeAgent(
72
  model=model,
73
- tools=[create_markdown,get_current_time_in_timezone,web_search,final_answer], ## add your tools here (don't remove final answer)
74
  max_steps=6,
75
  verbosity_level=1,
76
  grammar=None,
 
70
 
71
  agent = CodeAgent(
72
  model=model,
73
+ tools=[extract_crypto_data,get_current_time_in_timezone,web_search,final_answer], ## add your tools here (don't remove final answer)
74
  max_steps=6,
75
  verbosity_level=1,
76
  grammar=None,