Update app.py
Browse files
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", "
|
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():
|