JaganathC commited on
Commit
5c606ce
·
verified ·
1 Parent(s): ed569ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ OPENAI_API_KEY=os.getenv('OPENAI_API_KEY')
9
  template = """You are a helpful assistant to answer all user queries.
10
  {chat_history}
11
  User: {user_message}
12
- Chatbot:""
13
 
14
  prompt = PromptTemplate(
15
  input_variables=["chat_history", "user_message"], template=template
 
9
  template = """You are a helpful assistant to answer all user queries.
10
  {chat_history}
11
  User: {user_message}
12
+ Chatbot:"""
13
 
14
  prompt = PromptTemplate(
15
  input_variables=["chat_history", "user_message"], template=template