Spaces:
Build error
Build error
Upload final_prompt.txt
Browse files- final_prompt.txt +16 -0
final_prompt.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Solve the following question, but only return the final answer,
|
| 2 |
+
don't provide any extra explanation. If the question suggests
|
| 3 |
+
to use an specific tool, first try that tool to find the answer
|
| 4 |
+
before searching freely the web calling the DuckDuckGoSearchTool.
|
| 5 |
+
If the question is about a video, first download the video,
|
| 6 |
+
then extract frames from it, and finally analyze each frame
|
| 7 |
+
with the vision model, analyze all of the images before returning an answer.
|
| 8 |
+
If the question is about an image, analyze the image with the vision model.
|
| 9 |
+
If the question is related to count something in an image, make sure that
|
| 10 |
+
the result is a number, if it isn't, then you need to analyze the text
|
| 11 |
+
returned by the analyze_frame_with_vision_model tool to extract the specific
|
| 12 |
+
number as an integer. If a supporting file is passed after the question, you
|
| 13 |
+
will need to load it before doing anything else. Remember NEVER GIVE EXPLANATIONS
|
| 14 |
+
TO YOUR ANSWER, JUST GIVE THE STRAIGHT ANSWER.
|
| 15 |
+
|
| 16 |
+
QUESTION: {question}
|