ombhojane commited on
Commit
1e71404
1 Parent(s): a272d9b

Update technicalScreen.py

Browse files
Files changed (1) hide show
  1. technicalScreen.py +1 -1
technicalScreen.py CHANGED
@@ -19,7 +19,7 @@ from langchain_google_genai import GoogleGenerativeAIEmbeddings
19
 
20
 
21
  if "GOOGLE_API_KEY" not in os.environ:
22
- os.environ["GOOGLE_API_KEY"] = "AIzaSyCA4__JMC_ZIQ9xQegIj5LOMLhSSrn3pMw"
23
 
24
  @dataclass
25
  class Message:
 
19
 
20
 
21
  if "GOOGLE_API_KEY" not in os.environ:
22
+ os.environ["GOOGLE_API_KEY"] = "AIzaSyD-61G3GhSY97O-X2AlpXGv1MYBBMRFmwg"
23
 
24
  @dataclass
25
  class Message: