Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import google.generativeai as genai # Make sure google-generativeai is installe
|
|
| 6 |
|
| 7 |
# --- Constants ---
|
| 8 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 9 |
-
GEMINI_MODEL = "gemini-2.5-flash" # Fast, cost-effective model
|
| 10 |
|
| 11 |
# --- Gemini Agent Definition ---
|
| 12 |
class GeminiAgent:
|
|
|
|
| 6 |
|
| 7 |
# --- Constants ---
|
| 8 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 9 |
+
GEMINI_MODEL = "gemini-2.5-flash-lite" # Fast, cost-effective model
|
| 10 |
|
| 11 |
# --- Gemini Agent Definition ---
|
| 12 |
class GeminiAgent:
|