Sayandip commited on
Commit
d894c87
·
verified ·
1 Parent(s): 656f356

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -523,7 +523,7 @@ def run_agent(query, store, history, steps):
523
  step += 1
524
 
525
  response = client.models.generate_content(
526
- model="gemini-2.0-flash",
527
  contents=gemini_msgs,
528
  config=types.GenerateContentConfig(
529
  system_instruction=SYSTEM_PROMPT,
 
523
  step += 1
524
 
525
  response = client.models.generate_content(
526
+ model="gemini-2.5-flash",
527
  contents=gemini_msgs,
528
  config=types.GenerateContentConfig(
529
  system_instruction=SYSTEM_PROMPT,