Facelook commited on
Commit
9467998
·
1 Parent(s): 1277583

Trial and error.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,7 +35,7 @@ class BasicAgent:
35
  messages=[
36
  {
37
  "role": "system",
38
- "content": "Identify the language of the following question, then provide EXACT ANSWER in the same language as the question, with no explanation, introduction, conclusions or symbols. Search the Internet and Wikipedia according to the question if needed. Return answer of the best one from search results.",
39
  },
40
  {
41
  "role": "user",
@@ -196,7 +196,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
196
 
197
  # --- Build Gradio Interface using Blocks ---
198
  with gr.Blocks() as demo:
199
- gr.Markdown("# Basic Agent Evaluation Runner #25")
200
  gr.Markdown(
201
  """
202
  **Instructions:**
 
35
  messages=[
36
  {
37
  "role": "system",
38
+ "content": "1) Answer the question with EXACT ANSWER with no explanation, introduction, conclusions or symbols. 2. Answer the question in the same language as the question. 3. Search the Internet and Wikipedia for multiple results and use the answer with most hits.",
39
  },
40
  {
41
  "role": "user",
 
196
 
197
  # --- Build Gradio Interface using Blocks ---
198
  with gr.Blocks() as demo:
199
+ gr.Markdown("# Basic Agent Evaluation Runner #26")
200
  gr.Markdown(
201
  """
202
  **Instructions:**