Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|