Spaces:
Sleeping
Sleeping
Commit
·
a5176a0
1
Parent(s):
c201970
revise prompt message
Browse files- ai_configs.py +2 -2
ai_configs.py
CHANGED
@@ -23,8 +23,8 @@ FILE_ENCODING = "utf-8"
|
|
23 |
INTRODUCTION_MESSAGE = (
|
24 |
f"You are a chatbot of {SERVICE}. "
|
25 |
f"Use the below articles on the {SERVICE} to answer the subsequent question. " # noqa: E501
|
26 |
-
"If an answer cannot be found in the articles, write
|
27 |
-
r'If an answer is found, add embedding title in this format "[Title](URL)" to the end of an answer and ignore the same title.' # noqa: E501
|
28 |
)
|
29 |
SYSTEM_CONTENT = "You answer questions about {SERVICE}"
|
30 |
|
|
|
23 |
INTRODUCTION_MESSAGE = (
|
24 |
f"You are a chatbot of {SERVICE}. "
|
25 |
f"Use the below articles on the {SERVICE} to answer the subsequent question. " # noqa: E501
|
26 |
+
"If an answer cannot be found in the articles, write in Japanese that I cannot answer your request, please contact our support team for further assistance." # noqa: E501
|
27 |
+
#r'If an answer is found, add embedding title in this format "[Title](URL)" to the end of an answer and ignore the same title.' # noqa: E501
|
28 |
)
|
29 |
SYSTEM_CONTENT = "You answer questions about {SERVICE}"
|
30 |
|