Alphar3d commited on
Commit
020844f
1 Parent(s): f4bbd4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("AIzaSyDGsO9HM1KDZ0BdZ1RGWP8lC2XR4A_Oz5w"))
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 = {