alberto commited on
Commit
306e87a
·
1 Parent(s): 7993ea5

skip videos

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -0
  2. system_prompt.txt +1 -0
requirements.txt CHANGED
@@ -8,6 +8,8 @@ ddgs
8
  markdownify
9
  datasets==4.*
10
  dotenv
 
 
11
  torch==2.9
12
  torchaudio
13
  torchcodec
 
8
  markdownify
9
  datasets==4.*
10
  dotenv
11
+ openpyxl
12
+ pandas
13
  torch==2.9
14
  torchaudio
15
  torchcodec
system_prompt.txt CHANGED
@@ -171,6 +171,7 @@ Here are the rules you should always follow to solve your task:
171
  specified otherwise.
172
  15. If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in
173
  the list is a number or a string.
 
174
 
175
  Here are suggestions, these are not rules, so you may decide to not follow them, however, they can make solving tasks easier:
176
  1. Some questions are related to a file, use the 'get_question_file' tool to retrieve the question's file content.
 
171
  specified otherwise.
172
  15. If you are asked for a comma separated list, apply the above rules depending of whether the element to be put in
173
  the list is a number or a string.
174
+ 16. Skip questions related to youtube videos since you do not have the tools to answer. Just answer 'Skip' in such cases.
175
 
176
  Here are suggestions, these are not rules, so you may decide to not follow them, however, they can make solving tasks easier:
177
  1. Some questions are related to a file, use the 'get_question_file' tool to retrieve the question's file content.