Image-Text-to-Text
MLX
Safetensors
Transformers
English
gemma4
2-bit
text-generation-inference
unsloth
reasoning
conversational
4-bit precision
zecanard commited on
Commit
5bb64ce
·
verified ·
1 Parent(s): cb1d6a8

Adding Tools support.

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -2
chat_template.jinja CHANGED
@@ -4,11 +4,10 @@
4
  {%- if strftime_now is defined %}
5
  {%- set currentDate = strftime_now('%Y-%m-%d %G:%i:%s') %}
6
  {%- elif not currentDate is defined %}
7
- {%- set currentDate = '2026-06-11' %}
8
  {%- endif %}
9
  {{- 'The current date is: ' + currentDate + ".\n\n" }}
10
  {#- Template customizations by @zecanard. #}
11
- {%- set enable_thinking = enable_thinking if enable_thinking is defined else true -%}
12
  {%- macro format_parameters(properties, required, filter_keys=false) -%}
13
  {%- set standard_keys = ['description', 'type', 'properties', 'required', 'nullable'] -%}
14
  {%- set ns = namespace(found_first=false) -%}
 
4
  {%- if strftime_now is defined %}
5
  {%- set currentDate = strftime_now('%Y-%m-%d %G:%i:%s') %}
6
  {%- elif not currentDate is defined %}
7
+ {%- set currentDate = '2026-06-12' %}
8
  {%- endif %}
9
  {{- 'The current date is: ' + currentDate + ".\n\n" }}
10
  {#- Template customizations by @zecanard. #}
 
11
  {%- macro format_parameters(properties, required, filter_keys=false) -%}
12
  {%- set standard_keys = ['description', 'type', 'properties', 'required', 'nullable'] -%}
13
  {%- set ns = namespace(found_first=false) -%}