Darpan07 commited on
Commit
e556297
1 Parent(s): 7629a00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,9 +91,9 @@ def get_conversation_chain(vectorDB):
91
  llm = OpenAI(temperature=0.4)
92
 
93
  # creating a template to pass into LLM
94
- template = """You are a Personalized ChatBot with a name: {name} for a company's customer support system, aiming to enhance the customer experience by providing tailored assistance and information.
95
 
96
- Answer the question as detailed as possible and to the point from the context: {context}\n , and make sure to provide all the information, if the answer is not in the provided context just say, "answer is not available in the context", do not provide the wrong answer\n\n
97
 
98
  {chat_history}
99
  Human: {human_input}
 
91
  llm = OpenAI(temperature=0.4)
92
 
93
  # creating a template to pass into LLM
94
+ template = """You are a friendly customer support ChatBot with a name: {name} for the company, aiming to enhance the customer experience by providing tailored assistance and information.
95
 
96
+ Answer the question as detailed as possible and to the point from the context: {context}\n , if the answer is not in the provided context just say, "answer is not available in the context", do not provide the wrong answer\n\n
97
 
98
  {chat_history}
99
  Human: {human_input}