hamsimarketing commited on
Commit
f8eddbd
·
verified ·
1 Parent(s): 8d536f0

Updating app.py File with Phone Number and Email ID Features

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,8 +38,9 @@ def conversation_chatbot_function(api_key, audio_path): #question):
38
  Question: {question}
39
 
40
  Note : Your reply should not be like 3rd person. You are the member of HAMSI Marketing and you should answer accordingly.
41
- """
42
 
 
 
43
  prompt = ChatPromptTemplate.from_template(template)
44
 
45
  # Loading the OpenAI LLM Model
 
38
  Question: {question}
39
 
40
  Note : Your reply should not be like 3rd person. You are the member of HAMSI Marketing and you should answer accordingly.
 
41
 
42
+ Also if you do not know the answer reply with our Mail ID HAMSIMarketing@gmail.com and Contact Number 9999988888 stating to Contact us.
43
+ """
44
  prompt = ChatPromptTemplate.from_template(template)
45
 
46
  # Loading the OpenAI LLM Model