Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -220,7 +220,8 @@ tools=[
|
|
220 |
TavilySearchTool()
|
221 |
]
|
222 |
|
223 |
-
model = LiteLLMModel(
|
|
|
224 |
|
225 |
def delay_execution_10(pagent, **kwargs) -> bool:
|
226 |
"""
|
|
|
220 |
TavilySearchTool()
|
221 |
]
|
222 |
|
223 |
+
model = LiteLLMModel(model_id="gemini/gemini-2.0-flash-exp",
|
224 |
+
api_key=os.getenv("GEMINI_API_KEY"))
|
225 |
|
226 |
def delay_execution_10(pagent, **kwargs) -> bool:
|
227 |
"""
|