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