Qwen3.5-2B / README.md
k33g's picture
Update README.md
fe15e52 verified
|
Raw
History Blame Contribute Delete
217 Bytes
---
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" }}'
```