sanjaystarc commited on
Commit
17b438f
·
verified ·
1 Parent(s): 47bd7b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def main():
35
  # We use temperature 0 for analytical tasks to minimize "hallucinations"
36
  try:
37
  llm = ChatGoogleGenerativeAI(
38
- model="gemini-2.5-flash-preview-09-2025",
39
  google_api_key=GEMINI_API_KEY,
40
  temperature=0,
41
  )
 
35
  # We use temperature 0 for analytical tasks to minimize "hallucinations"
36
  try:
37
  llm = ChatGoogleGenerativeAI(
38
+ model="gemini-2.5-flash",
39
  google_api_key=GEMINI_API_KEY,
40
  temperature=0,
41
  )