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

Update app.py

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