NishantD commited on
Commit
ca37b2a
·
verified ·
1 Parent(s): 250a330

Update langchain_google_gemini_api.py

Browse files
Files changed (1) hide show
  1. langchain_google_gemini_api.py +1 -1
langchain_google_gemini_api.py CHANGED
@@ -19,7 +19,7 @@ warnings.filterwarnings("ignore")
19
  genai.configure(api_key=os.environ.get("google_api_key"))
20
  """### In Context Information Retreival
21
  """
22
- model = ChatGoogleGenerativeAI(model="gemini-pro", temperature = 0.3 ,google_api_key="156439724068")
23
 
24
 
25
  """### Extract text from the PDF"""
 
19
  genai.configure(api_key=os.environ.get("google_api_key"))
20
  """### In Context Information Retreival
21
  """
22
+ model = ChatGoogleGenerativeAI(model="gemini-pro", temperature = 0.3)
23
 
24
 
25
  """### Extract text from the PDF"""