--- license: apache-2.0 --- Chat template patched: ```python TEMPLATE_OLD = "{{- raise_exception('System message must be at the beginning.') }}" TEMPLATE_NEW = '{{- "#: system not first, continuing anyway\\n" }}' ```