rohan112 commited on
Commit
a7cd0ef
·
verified ·
1 Parent(s): 8e6aec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 you don't know. answer as if person is responding. and if user greets then greet back"),
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