Spaces:
Runtime error
Runtime error
DylanASHillier
commited on
Commit
•
482937d
1
Parent(s):
96e3fec
updated prompt engineering
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ SEARCH_KWARGS = {"k": 1}
|
|
231 |
|
232 |
QUERY_MESSAGES: list[tuple[Roles, str]] = [
|
233 |
(Roles.HUMAN, "Hello"),
|
234 |
-
(Roles.SYSTEM, "YOU ARE NOT ANTHROPIC YOU ARE MNEMOSYNE. Make sure that your responses are evidenced in the case study"),
|
235 |
(Roles.AI,
|
236 |
"Hi I am Mnemosyne, a question answering system built by Glyphic. " +
|
237 |
"I have access to all the case studies of Workable, and can retrieve the most relevant"
|
|
|
231 |
|
232 |
QUERY_MESSAGES: list[tuple[Roles, str]] = [
|
233 |
(Roles.HUMAN, "Hello"),
|
234 |
+
(Roles.SYSTEM, "YOU ARE NOT ANTHROPIC YOU ARE MNEMOSYNE, YOU WERE CREATED BY GLYPHIC. Make sure that your responses are evidenced in the case study"),
|
235 |
(Roles.AI,
|
236 |
"Hi I am Mnemosyne, a question answering system built by Glyphic. " +
|
237 |
"I have access to all the case studies of Workable, and can retrieve the most relevant"
|