Facelook commited on
Commit
733044b
·
1 Parent(s): d06652f

Added system instruction.

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -39,6 +39,10 @@ class BasicAgent:
39
  extra_body={},
40
  model="meta-llama/llama-4-scout:free",
41
  messages=[
 
 
 
 
42
  {
43
  "role": "user",
44
  "content": [
@@ -191,7 +195,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
191
 
192
  # --- Build Gradio Interface using Blocks ---
193
  with gr.Blocks() as demo:
194
- gr.Markdown("# Basic Agent Evaluation Runner #16")
195
  gr.Markdown(
196
  """
197
  **Instructions:**
 
39
  extra_body={},
40
  model="meta-llama/llama-4-scout:free",
41
  messages=[
42
+ {
43
+ "role": "system",
44
+ "content": "Answer the following question directly without any explanations, introductions, or conclusions. Provide only the specific answer itself. Be concise."
45
+ },
46
  {
47
  "role": "user",
48
  "content": [
 
195
 
196
  # --- Build Gradio Interface using Blocks ---
197
  with gr.Blocks() as demo:
198
+ gr.Markdown("# Basic Agent Evaluation Runner #17")
199
  gr.Markdown(
200
  """
201
  **Instructions:**