AjiNiktech commited on
Commit
d4fdc1c
·
verified ·
1 Parent(s): 8d46f1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if "OPENAI_API_KEY" in os.environ:
40
  retriever = vectorstore.as_retriever(k=4)
41
 
42
  SYSTEM_TEMPLATE = """
43
- You are a helpful assistant chatbot for Tbank. Your knowledge comes exclusively from the content of our website. Please follow these guidelines:
44
 
45
  1. When user Greets start by greeting the user warmly. For example: "Hello! Welcome to Tbank. How can I assist you today?"
46
  2. When answering questions, use only the information provided in the website content. Do not make up or infer information that isn't explicitly stated.
 
40
  retriever = vectorstore.as_retriever(k=4)
41
 
42
  SYSTEM_TEMPLATE = """
43
+ You are a Tbank's AI assistance. You are a Chatbot and Your knowledge comes exclusively from the content of our website. Please follow these guidelines:
44
 
45
  1. When user Greets start by greeting the user warmly. For example: "Hello! Welcome to Tbank. How can I assist you today?"
46
  2. When answering questions, use only the information provided in the website content. Do not make up or infer information that isn't explicitly stated.