Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -28,7 +28,7 @@ class Agent:
|
|
| 28 |
# )
|
| 29 |
|
| 30 |
self.model = LiteLLMModel(
|
| 31 |
-
model_id="gemini/gemini-2.
|
| 32 |
api_key=self.gemini_key
|
| 33 |
)
|
| 34 |
|
|
|
|
| 28 |
# )
|
| 29 |
|
| 30 |
self.model = LiteLLMModel(
|
| 31 |
+
model_id="gemini/gemini-2.0-flash-lite",
|
| 32 |
api_key=self.gemini_key
|
| 33 |
)
|
| 34 |
|