sidcww commited on
Commit
054fcc6
·
verified ·
1 Parent(s): 5285ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from langchain.chains import create_retrieval_chain
9
  from langchain_community.document_loaders import PyPDFLoader
10
 
11
  # Set your API key
12
- GOOGLE_API_KEY = "AIzaSyCHLS-wFvSYxSTJjkRQQ-FiC5064112Eq8"
13
 
14
  # Load the models with the API key
15
  llm = ChatGoogleGenerativeAI(model="gemini-pro", google_api_key=GOOGLE_API_KEY)
 
9
  from langchain_community.document_loaders import PyPDFLoader
10
 
11
  # Set your API key
12
+ GOOGLE_API_KEY = "API"
13
 
14
  # Load the models with the API key
15
  llm = ChatGoogleGenerativeAI(model="gemini-pro", google_api_key=GOOGLE_API_KEY)