Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
|
|
22 |
do_sample=False
|
23 |
)
|
24 |
|
25 |
-
|
26 |
"You are a general AI assistant. I will ask you a question. "
|
27 |
"Report your thoughts, and finish your answer with the following template: "
|
28 |
"FINAL ANSWER: [YOUR FINAL ANSWER]. YOUR FINAL ANSWER should be a number OR as few words as possible "
|
|
|
22 |
do_sample=False
|
23 |
)
|
24 |
|
25 |
+
self.system_prompt = (
|
26 |
"You are a general AI assistant. I will ask you a question. "
|
27 |
"Report your thoughts, and finish your answer with the following template: "
|
28 |
"FINAL ANSWER: [YOUR FINAL ANSWER]. YOUR FINAL ANSWER should be a number OR as few words as possible "
|