Trial and error.
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ class BasicAgent:
|
|
35 |
messages=[
|
36 |
{
|
37 |
"role": "system",
|
38 |
-
"content": "
|
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 #
|
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:**
|