melomba2 commited on
Commit
54d23bf
·
verified ·
1 Parent(s): 7b947f1

Update app.py

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