qwikQ8 commited on
Commit
b38cda5
·
verified ·
1 Parent(s): 7bd40f6

Update app.py

Browse files

Commented out prompt templates to see if final answer problem is solved

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ agent = CodeAgent(
125
  #planning_interval=3, # Enable planning every 3 steps
126
  name=None,
127
  description="This agent searches for the answer to the given prompt, iterates to find the best final answer to return as a text variable. For example: 'what color is grass?, final_answer='green'''.",
128
- prompt_templates=prompt_templates
129
  )
130
 
131
 
 
125
  #planning_interval=3, # Enable planning every 3 steps
126
  name=None,
127
  description="This agent searches for the answer to the given prompt, iterates to find the best final answer to return as a text variable. For example: 'what color is grass?, final_answer='green'''.",
128
+ # prompt_templates=prompt_templates
129
  )
130
 
131