Doruk Tarhan
Results
1
comments of
Doruk Tarhan
I used the following template and it worked. ```python modified_template = """ {%- if tools %} {{- 'system\\n' }} {%- if messages[0]['role'] == 'system' %} {{- messages[0]['content'] }} {%- else...