ombhojane commited on
Commit
cd6b513
·
verified ·
1 Parent(s): b7de357

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"] = "AIzaSyDq6E6KohMPXr2BRKAw8w6bDNFC5xLkHp0"
23
 
24
  @dataclass
25
  class Message:
 
19
 
20
 
21
  if "GOOGLE_API_KEY" not in os.environ:
22
+ os.environ["GOOGLE_API_KEY"] = "AIzaSyDidbVQLrcwKuNEryNTwZCaLGiVQGmi6g0"
23
 
24
  @dataclass
25
  class Message: