Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ class GeminiAgent:
|
|
| 31 |
"Do not guess."
|
| 32 |
"Only reply with the answer."
|
| 33 |
"Do not restate a part of the question."
|
| 34 |
-
"Do not say
|
| 35 |
"Do not say based on"
|
| 36 |
)
|
| 37 |
self.model = genai.GenerativeModel('gemini-2.5-pro')
|
|
|
|
| 31 |
"Do not guess."
|
| 32 |
"Only reply with the answer."
|
| 33 |
"Do not restate a part of the question."
|
| 34 |
+
"Do not say Of course."
|
| 35 |
"Do not say based on"
|
| 36 |
)
|
| 37 |
self.model = genai.GenerativeModel('gemini-2.5-pro')
|