Pclanglais
commited on
Commit
•
46c4bfe
1
Parent(s):
2b748e6
Update tell_rag_prompt.jinja
Browse files- tell_rag_prompt.jinja +1 -0
tell_rag_prompt.jinja
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
{% if system_prompt %}
|
2 |
<|im_start|>system
|
3 |
{{system_prompt}}<|im_end|>
|
|
|
1 |
+
{# Optional use of system prompt even though it is highly recommended to use the default one #}
|
2 |
{% if system_prompt %}
|
3 |
<|im_start|>system
|
4 |
{{system_prompt}}<|im_end|>
|