yashasgupta commited on
Commit
03d6664
·
verified ·
1 Parent(s): 8ce02a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from langchain_core.prompts import ChatPromptTemplate, SystemMessagePromptTempla
6
  st.title(':blue[Langchain:] A Rag System on “Leave No Context Behind” Paper')
7
  st.header("AI Chatbot :robot_face:")
8
 
9
- os.environ["GOOGLE_API_KEY"] = os.getenv("k1")
10
  # Creating a template
11
 
12
  chat_template = ChatPromptTemplate.from_messages([
 
6
  st.title(':blue[Langchain:] A Rag System on “Leave No Context Behind” Paper')
7
  st.header("AI Chatbot :robot_face:")
8
 
9
+ os.environ["GOOGLE_API_KEY"] = os.getenv("k4")
10
  # Creating a template
11
 
12
  chat_template = ChatPromptTemplate.from_messages([