Sonu313131 commited on
Commit
982d65d
·
verified ·
1 Parent(s): a821976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -177,6 +177,10 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
177
  If your answer is a number, use digits only. If the answer is "no one" or "none", write exactly that.
178
 
179
  DO NOT provide any explanation or context. Just the line: FINAL ANSWER: ...
 
 
 
 
180
  """
181
  )
182
  full_prompt = system_prompt + f"Question: {question_text.strip()}"
 
177
  If your answer is a number, use digits only. If the answer is "no one" or "none", write exactly that.
178
 
179
  DO NOT provide any explanation or context. Just the line: FINAL ANSWER: ...
180
+
181
+ Example question: Who did the actor who played Ray in the Polish-language version of Everybody Loves Raymond play in Magda M.? Give only the first name.
182
+ thought: I must search who played "Ray" in polish version of everybody loves raymond. After I find that actors name, I must search for what character he played in Magda M.
183
+ example answer: Wojciech
184
  """
185
  )
186
  full_prompt = system_prompt + f"Question: {question_text.strip()}"