patricksamuel commited on
Commit
2eb2b18
·
verified ·
1 Parent(s): 40bf437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ Follow this cycle until you find the answer:
150
  visit_website
151
  ],
152
  model=LitellmModel(
153
- model="gemini/gemini-pro",
154
  api_key=os.getenv("GEMINI_API_KEY")
155
  )
156
 
 
150
  visit_website
151
  ],
152
  model=LitellmModel(
153
+ model="gemini-2.0-flash",
154
  api_key=os.getenv("GEMINI_API_KEY")
155
  )
156