Spaces:
Runtime error
Runtime error
Commit
·
3144a06
1
Parent(s):
aa17e73
update prompt for zero shot
Browse files
app.py
CHANGED
@@ -806,7 +806,7 @@ Observation: the result of the action
|
|
806 |
Thought: I now know the final answer
|
807 |
Final Answer: the final answer to the original input question"""
|
808 |
|
809 |
-
FORMAT_INSTRUCTIONS_3 = """
|
810 |
please use the following format:
|
811 |
'''
|
812 |
Thought: you should always think about what to do
|
|
|
806 |
Thought: I now know the final answer
|
807 |
Final Answer: the final answer to the original input question"""
|
808 |
|
809 |
+
FORMAT_INSTRUCTIONS_3 = """Each time to use a tool, you must define 'Action' and 'Action Input'.
|
810 |
please use the following format:
|
811 |
'''
|
812 |
Thought: you should always think about what to do
|