Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from langchain.memory import ConversationBufferMemory
|
|
6 |
|
7 |
OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
|
8 |
|
9 |
-
template = """You are a
|
10 |
{chat_history}
|
11 |
User: {user_message}
|
12 |
Chatbot:"""
|
|
|
6 |
|
7 |
OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
|
8 |
|
9 |
+
template = """You are a helpful assistant to answer all user queries.
|
10 |
{chat_history}
|
11 |
User: {user_message}
|
12 |
Chatbot:"""
|