patricksamuel commited on
Commit
7152acf
·
verified ·
1 Parent(s): 857343a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ When you've found the answer, stop reasoning and return ONLY the answer.
159
  visit_website
160
  ],
161
  model=LitellmModel(
162
- model="gemini/gemini-2.0-flash",
163
  api_key=os.getenv("GEMINI_API_KEY")
164
  )
165
 
 
159
  visit_website
160
  ],
161
  model=LitellmModel(
162
+ model="gemini/gemini-2.5-flash",
163
  api_key=os.getenv("GEMINI_API_KEY")
164
  )
165