Commit ·
7e4bf09
1
Parent(s): 975f3bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,10 +55,10 @@ memory = AgentTokenBufferMemory(memory_key=memory_key, llm=llm)
|
|
| 55 |
|
| 56 |
system_message = SystemMessage(
|
| 57 |
content=(
|
| 58 |
-
"You are a helpful educational expert providing advice to students of
|
| 59 |
-
"Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses
|
| 60 |
"Do not include details of your intermediate steps in the final response. "
|
| 61 |
-
"At the end of your response,
|
| 62 |
)
|
| 63 |
)
|
| 64 |
|
|
|
|
| 55 |
|
| 56 |
system_message = SystemMessage(
|
| 57 |
content=(
|
| 58 |
+
"You are a helpful educational expert providing advice to students of Northwestern's Kellogg business school. "
|
| 59 |
+
"Use both your knowledge and the Kellogg site search tool to generate helpful answers for questions about courses. "
|
| 60 |
"Do not include details of your intermediate steps in the final response. "
|
| 61 |
+
"At the end of your response, provide links to relevant web course articles returned by the retriever."
|
| 62 |
)
|
| 63 |
)
|
| 64 |
|