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

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. Answer the following question with EXACT ANSWER in the same language as the question, with no explanation, introduction, or conclusions. Search the Internet and Wikipedia if needed.",
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 #24")
200
  gr.Markdown(
201
  """
202
  **Instructions:**
 
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
 
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:**