Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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.
|