Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from dotenv import load_dotenv
|
|
| 5 |
|
| 6 |
load_dotenv()
|
| 7 |
# Get the API Key from Hugging Face Secrets
|
| 8 |
-
api_key = os.getenv("
|
| 9 |
genai.configure(api_key=api_key)
|
| 10 |
|
| 11 |
# Initialize model and chat (outside the function)
|
|
|
|
| 5 |
|
| 6 |
load_dotenv()
|
| 7 |
# Get the API Key from Hugging Face Secrets
|
| 8 |
+
api_key = os.getenv("GOOGLE")
|
| 9 |
genai.configure(api_key=api_key)
|
| 10 |
|
| 11 |
# Initialize model and chat (outside the function)
|