Update chat_template.jinja
#94
by
						
qgallouedec
	
							HF Staff
						- opened
							
					
- chat_template.jinja +1 -1
    	
        chat_template.jinja
    CHANGED
    
    | @@ -245,9 +245,9 @@ | |
| 245 | 
             
                {%- if developer_message %}
         | 
| 246 | 
             
                    {{- "# Instructions\n\n" }}
         | 
| 247 | 
             
                    {{- developer_message }}
         | 
|  | |
| 248 | 
             
                {%- endif %}
         | 
| 249 | 
             
                {%- if tools -%}
         | 
| 250 | 
            -
                    {{- "\n\n" }}
         | 
| 251 | 
             
                    {{- "# Tools\n\n" }}
         | 
| 252 | 
             
                    {{- render_tool_namespace("functions", tools) }}
         | 
| 253 | 
             
                {%- endif -%}
         | 
|  | |
| 245 | 
             
                {%- if developer_message %}
         | 
| 246 | 
             
                    {{- "# Instructions\n\n" }}
         | 
| 247 | 
             
                    {{- developer_message }}
         | 
| 248 | 
            +
                    {{- "\n\n" }}
         | 
| 249 | 
             
                {%- endif %}
         | 
| 250 | 
             
                {%- if tools -%}
         | 
|  | |
| 251 | 
             
                    {{- "# Tools\n\n" }}
         | 
| 252 | 
             
                    {{- render_tool_namespace("functions", tools) }}
         | 
| 253 | 
             
                {%- endif -%}
         | 
