Update app.py
Browse files
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
|
|
|
|
| 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 |
"""
|