Skip to content

Commit 5314e3b

Browse files
committed
Update FAQQer mention guidance
1 parent 32031b4 commit 5314e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faqqer_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ async def list_channels(client):
173173
def query_openai_gpt(system, faq_avoidance_text, prompt):
174174

175175
system = system + "\n\nDo not talk about the following topics:\n" + faq_avoidance_text + \
176-
"\n\nIf you do not know the answer with certainty, tell the user that their question will be forwarded to support staff for answering.\n\nIf the questions seems missing, remind the user that the format for interacting with you is '/faq <type your question inline>'. Give an example, e.g., /faq What is Tari Universe?"
176+
"\n\nIf you do not know the answer with certainty, tell the user that their question will be forwarded to support staff for answering.\n\nIf the question seems missing, remind the user that they should address you as @faqqer (efaykue_bot) and ask their question inline. Give an example, e.g., @faqqer What is Tari Universe?"
177177
try:
178178
client = OpenAI()
179179
response = client.chat.completions.create(

0 commit comments

Comments
 (0)