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

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. Use the following pieces of retrieved context to answer the question. 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 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