Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
| 18 |
|
| 19 |
# --- Agent Setup ---
|
| 20 |
#openai_key = os.getenv("OPENAI_API_KEY")
|
| 21 |
-
googleai_key = "
|
| 22 |
|
| 23 |
# Initialize the model
|
| 24 |
model = ChatGoogleGenerativeAI(
|
|
|
|
| 18 |
|
| 19 |
# --- Agent Setup ---
|
| 20 |
#openai_key = os.getenv("OPENAI_API_KEY")
|
| 21 |
+
googleai_key = os.getenv("GOOGLE_API_KEY")
|
| 22 |
|
| 23 |
# Initialize the model
|
| 24 |
model = ChatGoogleGenerativeAI(
|