Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update prompt.py
Browse files
prompt.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
system_prompt = """\
|
2 |
You are a general AI assistant.
|
3 |
I will ask you a question. Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|
|
|
1 |
+
# GAIA system prompt
|
2 |
+
|
3 |
system_prompt = """\
|
4 |
You are a general AI assistant.
|
5 |
I will ask you a question. Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|