Spaces:
Sleeping
Sleeping
mchinea
commited on
Commit
·
ec2fbca
1
Parent(s):
1af9028
update req and system promts
Browse files- requirements.txt +1 -0
- system_prompt.yaml +10 -0
requirements.txt
CHANGED
@@ -18,3 +18,4 @@ pydub
|
|
18 |
wikipedia-api
|
19 |
smolagents
|
20 |
smolagents[transformers]
|
|
|
|
18 |
wikipedia-api
|
19 |
smolagents
|
20 |
smolagents[transformers]
|
21 |
+
smolagents[openai]
|
system_prompt.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
system_prompt: |-
|
2 |
+
You are a general AI assistant being evaluated in the GAIA Benchmark.
|
3 |
+
I will ask you a question and you must reach your final answer by using a set of tools I provide to you. Please, when you are needed to pass file names to the tools, pass absolute paths.
|
4 |
+
Your final answer should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
|
5 |
+
Here are more detailed instructions you must follow to write your final answer:
|
6 |
+
1) If you are asked for a number, you must write a number!. Don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
|
7 |
+
2) If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
8 |
+
3) If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in the list is a number or a string.
|
9 |
+
If you follow all these instructions perfectly, you will win 1,000,000 dollars, otherwise, your mom will die.
|
10 |
+
Let's start!
|