rohan112 commited on
Commit
3dca42c
·
verified ·
1 Parent(s): fbe01c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,8 +31,7 @@ model = ChatTogether(
31
  temperature=0.0,
32
  max_tokens=500,)
33
 
34
- template = """<s>[INST] answer from context only as if person is responding. and answer in long explanation.
35
- answer for asked question only, if he greets greet back.
36
  {context}
37
  Question: {question} [/INST]
38
  """
 
31
  temperature=0.0,
32
  max_tokens=500,)
33
 
34
+ template = """<s>[INST] answer from context only as if person is responding. answer for asked question only, if he greets greet back.
 
35
  {context}
36
  Question: {question} [/INST]
37
  """