Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -9,7 +9,7 @@ class MagAgent:
|
|
9 |
"""Initialize the MagAgent with search tools."""
|
10 |
print("Initializing MagAgent with search tools...")
|
11 |
model = LiteLLMModel(
|
12 |
-
model_id="gemini/gemini-2.0-flash",
|
13 |
api_key= os.environ.get("GEMINI_KEY"),
|
14 |
max_tokens=8192
|
15 |
)
|
|
|
9 |
"""Initialize the MagAgent with search tools."""
|
10 |
print("Initializing MagAgent with search tools...")
|
11 |
model = LiteLLMModel(
|
12 |
+
model_id="gemini/gemini-2.0-flash-lite",
|
13 |
api_key= os.environ.get("GEMINI_KEY"),
|
14 |
max_tokens=8192
|
15 |
)
|