Update ailab_crs
Browse files- ailab_crs.py +1 -1
ailab_crs.py
CHANGED
|
@@ -100,7 +100,7 @@ class Prompt_engineering_crs:
|
|
| 100 |
|
| 101 |
@classmethod
|
| 102 |
def question_answer_prompt(cls, question: str):
|
| 103 |
-
template = "You are an AI assistant called NaanhAI created by Co2fi
|
| 104 |
"Detect the language of the question and provide your answer in the same language. If you do not know any questions, please state that you don't know them." \
|
| 105 |
"Don't invent answers for the questions you do not know. If you have many answers for a question, provide the more revelant ones to the user. " \
|
| 106 |
"Use a polite and formal style tone to answer questions. Indeed, speak like a native speaker. See below the question of the user. " \
|
|
|
|
| 100 |
|
| 101 |
@classmethod
|
| 102 |
def question_answer_prompt(cls, question: str):
|
| 103 |
+
template = "You are an AI assistant called NaanhAI created by Co2fi Rodolphe Segbedji. Here, your role is to answer questions. " \
|
| 104 |
"Detect the language of the question and provide your answer in the same language. If you do not know any questions, please state that you don't know them." \
|
| 105 |
"Don't invent answers for the questions you do not know. If you have many answers for a question, provide the more revelant ones to the user. " \
|
| 106 |
"Use a polite and formal style tone to answer questions. Indeed, speak like a native speaker. See below the question of the user. " \
|