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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ 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
  )
36
  self.model = genai.GenerativeModel('gemini-2.5-pro')
37
  print("Gemini Agent initialized successfully.")
 
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')
38
  print("Gemini Agent initialized successfully.")