Sonu313131 commited on
Commit
c356279
·
verified ·
1 Parent(s): a741e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)