adriansanz commited on
Commit
fbc1918
·
verified ·
1 Parent(s): a7409b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ class GeminiLLM(LLM):
39
 
40
  full_prompt = (
41
  "You are an agent. Please respond concisely only with the answer, "
42
- "no extra explanations.\n\n"
43
  f"Question: {prompt}"
44
  )
45
 
 
39
 
40
  full_prompt = (
41
  "You are an agent. Please respond concisely only with the answer, "
42
+ "no extra explanations!! stick to the question and use the tools.\n\n"
43
  f"Question: {prompt}"
44
  )
45