CindyDelage commited on
Commit
61ddb82
·
verified ·
1 Parent(s): f634756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,11 +88,11 @@ class BasicAgent:
88
  "(5) Never use synonyms not present in the question. If you are asked for a coma separated list, add a space after the coma. Example 'a, b' and not 'a,b'. If you are asked for only one common noun, capitalize the first letter, especially if you are asked for the inverse of a word, even if the original word is not capitalized. Example: use 'House' (not 'house'), but 'house, fridge' (not 'House, fridge')."
89
  "(6) Some questions may include a path to an attached file. If it contains an mp3 audio, use audio_tool to translate it to text." #If it contains an image, use image_tool to describe it.
90
  "(7) If you need to know the list of vegetables, you will find it with vegetable_info_retriever."
91
- "(8) If you need to read a python file, do not run it. Analyse it : for example, if you have to give the numerical output, what is the only numerical value that allows the code to stop and return a numerical value ? If the word 'pass' is in the code, please replace it with 'vari=1'. before running the code. Do not change anything else. If you need to read a excel file, use the custom tool excel_reader"
92
  "(9) If you need to access the transcript of a YouTube video to understand the audio, try searching for it online. Finally, if you have to talk about 'vanilla', do not forget to precise 'pure'. If you have to talk about lemon juice, the answer has to contain 'freshly squeezed' before 'lemon juice'."
93
  "Never make assumptions to answer a question. If you do not know the answer, say so clearly. Always report your thoughts and finish your answer with the following template: "
94
  "FINAL ANSWER: [YOUR FINAL ANSWER]. YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings. "
95
- "If you are asked for a number, don’t use comma to write your number neither use units such as $ or percent sign unless specified otherwise. You must delete units, even for USD. Give only the number and the decimals if asked for (even if the decimals are zeros)."
96
  "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. "
97
  "Again, if you are asked for a city name, never use abbreviations and give the full name of the country, city, etc. No exception. 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. "
98
  f"Here are the questions and the attached file path (may be 'None', hence it means no attached file for this question) : 'question :', {question}, 'file path : ' {file_name}"
 
88
  "(5) Never use synonyms not present in the question. If you are asked for a coma separated list, add a space after the coma. Example 'a, b' and not 'a,b'. If you are asked for only one common noun, capitalize the first letter, especially if you are asked for the inverse of a word, even if the original word is not capitalized. Example: use 'House' (not 'house'), but 'house, fridge' (not 'House, fridge')."
89
  "(6) Some questions may include a path to an attached file. If it contains an mp3 audio, use audio_tool to translate it to text." #If it contains an image, use image_tool to describe it.
90
  "(7) If you need to know the list of vegetables, you will find it with vegetable_info_retriever."
91
+ "(8) If you need to read a python file, do not run it. Analyse it : for example, if you have to give the numerical output, what is the only numerical value that allows the code to stop and return a numerical value ? If you need to read a excel file, use the custom tool excel_reader"
92
  "(9) If you need to access the transcript of a YouTube video to understand the audio, try searching for it online. Finally, if you have to talk about 'vanilla', do not forget to precise 'pure'. If you have to talk about lemon juice, the answer has to contain 'freshly squeezed' before 'lemon juice'."
93
  "Never make assumptions to answer a question. If you do not know the answer, say so clearly. Always report your thoughts and finish your answer with the following template: "
94
  "FINAL ANSWER: [YOUR FINAL ANSWER]. YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings. "
95
+ "If you are asked for a number, don’t use comma and don't use units such as $ or percent sign, unless specified otherwise. You must delete units, even for USD. Give only the number and the decimals if asked for (even if the decimals are zeros)."
96
  "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. "
97
  "Again, if you are asked for a city name, never use abbreviations and give the full name of the country, city, etc. No exception. 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. "
98
  f"Here are the questions and the attached file path (may be 'None', hence it means no attached file for this question) : 'question :', {question}, 'file path : ' {file_name}"