Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
18 |
|
19 |
# --- Basic Agent Definition ---
|
20 |
class BasicAgent:
|
21 |
-
def __init__(self, model_name: str = "gemini-
|
22 |
"""
|
23 |
Multi-modal agent powered by Google Gemini with:
|
24 |
- Web search
|
|
|
18 |
|
19 |
# --- Basic Agent Definition ---
|
20 |
class BasicAgent:
|
21 |
+
def __init__(self, model_name: str = "gemini-2.0-flash-lite"):
|
22 |
"""
|
23 |
Multi-modal agent powered by Google Gemini with:
|
24 |
- Web search
|