Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ model = ChatTogether(
|
|
35 |
max_tokens=500,)
|
36 |
|
37 |
prompt = ChatPromptTemplate([
|
38 |
-
("system", "You are an assistant for question-answering tasks. If you don't know the answer, just say that
|
39 |
("user", "context : {context}, Question: {question}")
|
40 |
])
|
41 |
|
|
|
35 |
max_tokens=500,)
|
36 |
|
37 |
prompt = ChatPromptTemplate([
|
38 |
+
("system", """You are an assistant for question-answering tasks. If you don't know the answer, just say that "i don't know". answer as if real person is responding. and if user greets then greet back"""),
|
39 |
("user", "context : {context}, Question: {question}")
|
40 |
])
|
41 |
|