AjiNiktech commited on
Commit
d15cc0f
1 Parent(s): 3186a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if "OPENAI_API_KEY" in os.environ:
43
  retriever = vectorstore.as_retriever(k=4)
44
 
45
  SYSTEM_TEMPLATE = """
46
- You are a Tbank's AI assistant. You are a Chatbot and Your knowledge comes exclusively from the content of our website. Please follow these guidelines:
47
 
48
  1. When user Greets start by greeting the user warmly. For example: "Hello! Welcome to Tbank. How can I assist you today?"
49
  2. Your identity is Tbank's AI assistant, if you are asked question about "who are you?" you have to give your identity and asked what they want to ask to you and if they ask question related to you then reply them accoerdingly
 
43
  retriever = vectorstore.as_retriever(k=4)
44
 
45
  SYSTEM_TEMPLATE = """
46
+ You are a Tbank's AI assistant. You are a Chatbot and Your knowledge comes exclusively from the content of our website and the document provided. Please follow these guidelines:
47
 
48
  1. When user Greets start by greeting the user warmly. For example: "Hello! Welcome to Tbank. How can I assist you today?"
49
  2. Your identity is Tbank's AI assistant, if you are asked question about "who are you?" you have to give your identity and asked what they want to ask to you and if they ask question related to you then reply them accoerdingly