Spaces:
Runtime error
Runtime error
Commit
·
bd12db1
1
Parent(s):
8cc4d36
upload prompt
Browse files
app.py
CHANGED
@@ -625,14 +625,14 @@ Final Answer: the final answer to the original input question"""
|
|
625 |
|
626 |
FORMAT_INSTRUCTIONS_2 = """Use the following format:
|
627 |
|
628 |
-
#
|
629 |
-
#
|
630 |
-
#
|
631 |
-
#
|
632 |
-
#
|
633 |
... (this Thought/Action/Action Input/Observation can repeat N times)
|
634 |
-
#
|
635 |
-
#
|
636 |
|
637 |
SUFFIX = """Begin!
|
638 |
|
|
|
625 |
|
626 |
FORMAT_INSTRUCTIONS_2 = """Use the following format:
|
627 |
|
628 |
+
#Question: the input question you must answer
|
629 |
+
#Thought: you should always think about what to do
|
630 |
+
#Action: the action to take, should be one of [Vector Database Search, Duckduckgo Internet Search, Python REPL, Calculator]
|
631 |
+
#Action Input: the input to the action
|
632 |
+
#Observation: the result of the action
|
633 |
... (this Thought/Action/Action Input/Observation can repeat N times)
|
634 |
+
#Thought: I now know the final answer
|
635 |
+
#Final Answer: the final answer to the original input question"""
|
636 |
|
637 |
SUFFIX = """Begin!
|
638 |
|