Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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([
|