ombhojane commited on
Commit
a272d9b
1 Parent(s): 2e3edfa

Update ProfessionalScreen.py

Browse files
Files changed (1) hide show
  1. ProfessionalScreen.py +1 -1
ProfessionalScreen.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: