quoc-khanh commited on
Commit
130357b
·
verified ·
1 Parent(s): b6aee82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from helpers import (
15
  from file_loader import get_vectorstore
16
  # import asyncio
17
 
18
- key = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"
19
  # Cấu hình API key cho Google GenAI
20
  genai.configure(api_key=key)
21
 
 
15
  from file_loader import get_vectorstore
16
  # import asyncio
17
 
18
+ key = os.getenv("GOOGLE_API_KEY")
19
  # Cấu hình API key cho Google GenAI
20
  genai.configure(api_key=key)
21