File size: 217 Bytes
fe15e52
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
---
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" }}'
```