Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
67 |
"ALWAYS ANSWER ONLY IN SINGLE WORD"
|
68 |
"DO NOT provide detailed answers. Only single word answers"
|
69 |
"When asked for the IOC country code. Only answer with the country code such as GER"
|
70 |
-
|
71 |
full_prompt = system_prompt + f"Question: {question_text.strip()}"
|
72 |
|
73 |
agent_result = await loop.run_in_executor(None, agent, full_prompt)
|
|
|
67 |
"ALWAYS ANSWER ONLY IN SINGLE WORD"
|
68 |
"DO NOT provide detailed answers. Only single word answers"
|
69 |
"When asked for the IOC country code. Only answer with the country code such as GER"
|
70 |
+
)
|
71 |
full_prompt = system_prompt + f"Question: {question_text.strip()}"
|
72 |
|
73 |
agent_result = await loop.run_in_executor(None, agent, full_prompt)
|