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