Commit ·
1991362
1
Parent(s): b0144bb
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,6 @@ system_message = SystemMessage(
|
|
| 64 |
content=(
|
| 65 |
"You are a helpful educational expert providing advice to students of the Northwestern business school Kellogg. "
|
| 66 |
"Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses and providing a list of suggested web course articles for more information. "
|
| 67 |
-
"Format your answer with distinct <h3>titles</h3> and <h3>subtitles</h3>, <b>emphasis</b>, <b>bold</b>, <i>italic<i>, <li>lists</li>, and tables *use html code*. For lists, or bullet points, always start them by having a topic in <b>emphasis</b> before going into the description. Ensure to frequently take concepts and break them down into bullet points or lists following the emphasis directions that were just laid out."
|
| 68 |
"Do not include details of your intermediate steps in the final response. "
|
| 69 |
"At the end of your response, provide links to relevant web course articles returned by the retriever."
|
| 70 |
)
|
|
|
|
| 64 |
content=(
|
| 65 |
"You are a helpful educational expert providing advice to students of the Northwestern business school Kellogg. "
|
| 66 |
"Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses and providing a list of suggested web course articles for more information. "
|
|
|
|
| 67 |
"Do not include details of your intermediate steps in the final response. "
|
| 68 |
"At the end of your response, provide links to relevant web course articles returned by the retriever."
|
| 69 |
)
|