innafomina commited on
Commit
70ce06c
·
verified ·
1 Parent(s): 7432aff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ class BasicAgent:
17
  # Initialize the DuckDuckGo search tool
18
  search_tool = DuckDuckGoSearchTool()
19
  wiki_search = WikipediaSearchTool()
20
- SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question. Report your thoughts, and
21
  finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
22
  YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated
23
  list of numbers and/or strings.
 
17
  # Initialize the DuckDuckGo search tool
18
  search_tool = DuckDuckGoSearchTool()
19
  wiki_search = WikipediaSearchTool()
20
+ SYSTEM_PROMPT = """You are a general AI assistant. I will ask you a question. Report your thoughts, and
21
  finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
22
  YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated
23
  list of numbers and/or strings.