Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from langchain_community.chat_message_histories import ChatMessageHistory
|
|
8 |
from langchain.memory import ConversationBufferMemory
|
9 |
from langchain_core.prompts import PromptTemplate
|
10 |
import streamlit as st
|
11 |
-
|
12 |
|
13 |
# Access the OpenAI API key from the environment
|
14 |
open_ai_key = os.getenv("OPENAI_API_KEY")
|
|
|
8 |
from langchain.memory import ConversationBufferMemory
|
9 |
from langchain_core.prompts import PromptTemplate
|
10 |
import streamlit as st
|
11 |
+
import os
|
12 |
|
13 |
# Access the OpenAI API key from the environment
|
14 |
open_ai_key = os.getenv("OPENAI_API_KEY")
|