Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ load_dotenv()
|
|
18 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
19 |
|
20 |
# Configure Gemini
|
21 |
-
genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
|
22 |
|
23 |
# --- Basic Agent Definition ---
|
24 |
class BasicAgent:
|
|
|
18 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
19 |
|
20 |
# Configure Gemini
|
21 |
+
#genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
|
22 |
|
23 |
# --- Basic Agent Definition ---
|
24 |
class BasicAgent:
|