RajatMalviya commited on
Commit
0cf357c
·
verified ·
1 Parent(s): 9f9138d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import uvicorn
10
  app = FastAPI()
11
 
12
  # Set your API key (Make sure to store it securely, e.g., using environment variables)
13
- genai.configure(api_key=os.getenv("GOOGLE_API_KEY", "YOUR_API_KEY_HERE"))
14
 
15
  @app.get("/")
16
  def read_root():
 
10
  app = FastAPI()
11
 
12
  # Set your API key (Make sure to store it securely, e.g., using environment variables)
13
+ genai.configure(api_key=os.getenv("GOOGLE_API_KEY", "AIzaSyAlvHXHO7xFFjfEyaNOmyZvn9FFPPJdIx4"))
14
 
15
  @app.get("/")
16
  def read_root():