Update app.py
Browse files
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
|
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 |
|