atharva-nlp commited on
Commit
b1fb443
·
verified ·
1 Parent(s): f334fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ llm_engine = HfApiEngine("HuggingFaceH4/zephyr-7b-beta")
15
  search_tool = DuckDuckGoSearchTool()
16
 
17
  # Initialize the agent with the image generation tool
18
- agent = ReactCodeAgent(tools=[search_tool], add_base_tools=True, llm_engine=llm_engine, additional_authorized_imports=['requests', 'bs4'])
19
 
20
 
21
  def interact_with_agent(task):
 
15
  search_tool = DuckDuckGoSearchTool()
16
 
17
  # Initialize the agent with the image generation tool
18
+ agent = ReactCodeAgent(tools=[search_tool], llm_engine=llm_engine, additional_authorized_imports=['requests', 'bs4'])
19
 
20
 
21
  def interact_with_agent(task):