Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -44,7 +44,7 @@ model = Together(
|
|
44 |
# Provide a template following the LLM's original chat template.
|
45 |
# template = """<s>[INST] answer from context only as a person. and always answer in short answer.
|
46 |
# answer for asked question only, if he greets greet back.
|
47 |
-
template = """<s>[INST] answer from context only as if person is responding. and always answer in short answer.
|
48 |
answer for asked question only, if he greets greet back.
|
49 |
|
50 |
{context}
|
|
|
44 |
# Provide a template following the LLM's original chat template.
|
45 |
# template = """<s>[INST] answer from context only as a person. and always answer in short answer.
|
46 |
# answer for asked question only, if he greets greet back.
|
47 |
+
template = """<s>[INST] answer from context only as if person is responding (use i instead of you in response). and always answer in short answer.
|
48 |
answer for asked question only, if he greets greet back.
|
49 |
|
50 |
{context}
|