Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
load_dotenv()
|
9 |
|
10 |
# Configure the GenerativeAI API key using the loaded environment variable
|
11 |
-
genai.configure(api_key=os.getenv("
|
12 |
|
13 |
# Set up the model configuration for text generation
|
14 |
generation_config = {
|
|
|
8 |
load_dotenv()
|
9 |
|
10 |
# Configure the GenerativeAI API key using the loaded environment variable
|
11 |
+
genai.configure(api_key=os.getenv("AIzaSyCsoOchC3kjG_N_A03VFN0IQ1pGuXC18Hw"))
|
12 |
|
13 |
# Set up the model configuration for text generation
|
14 |
generation_config = {
|