Spaces:
Sleeping
Sleeping
Updated
Browse files
app.py
CHANGED
@@ -11,9 +11,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
11 |
class BasicAgent:
|
12 |
def __init__(self):
|
13 |
print("Initializing the BasicAgent")
|
14 |
-
|
15 |
-
# Load environment variables
|
16 |
-
load_dotenv()
|
17 |
|
18 |
# Get Gemini API key
|
19 |
api_key = os.getenv('GOOGLE_API_KEY')
|
|
|
11 |
class BasicAgent:
|
12 |
def __init__(self):
|
13 |
print("Initializing the BasicAgent")
|
14 |
+
|
|
|
|
|
15 |
|
16 |
# Get Gemini API key
|
17 |
api_key = os.getenv('GOOGLE_API_KEY')
|