PolPC13 commited on
Commit
134ea6c
·
1 Parent(s): 74d146e

Modified prompt.yaml.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with open("prompts.yaml", 'r') as stream:
32
 
33
  agent = CodeAgent(
34
  model=model,
35
- tools=[final_answer, ddgs(), VisitWebpageTool(), ExchangeRatesTool(), WikiSearchTool, QueryImageTool(), ReverseStringTool(), GetCurrentTimeTool(), image_generation_tool], ## add your tools here (don't remove final answer)
36
  max_steps=6,
37
  verbosity_level=1,
38
  grammar=None,
 
32
 
33
  agent = CodeAgent(
34
  model=model,
35
+ tools=[final_answer, ddgs(), VisitWebpageTool(), ExchangeRatesTool(), WikiSearchTool, QueryImageTool(), ReverseStringTool(), GetCurrentTimeTool(), image_generation_tool()], ## add your tools here (don't remove final answer)
36
  max_steps=6,
37
  verbosity_level=1,
38
  grammar=None,