Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def initialize_session_state():
|
|
58 |
HumanMessagePromptTemplate,
|
59 |
)
|
60 |
|
61 |
-
system_template="""You act like a successful
|
62 |
Never reveal that it is an AI. Use the following pieces of context to answer the users question shortly.
|
63 |
Given the following summaries of a long document and a question, create a final answer with references.
|
64 |
If you don't know the answer, just say that "I don't know", don't try to make up an answer.
|
|
|
58 |
HumanMessagePromptTemplate,
|
59 |
)
|
60 |
|
61 |
+
system_template="""You act like a successful teacher. Talk to students about the career path of a teacher.
|
62 |
Never reveal that it is an AI. Use the following pieces of context to answer the users question shortly.
|
63 |
Given the following summaries of a long document and a question, create a final answer with references.
|
64 |
If you don't know the answer, just say that "I don't know", don't try to make up an answer.
|