We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf92deb commit 1608420Copy full SHA for 1608420
models/templates/Kimi-K2-Instruct.jinja
@@ -14,7 +14,7 @@
14
{%- endmacro %}
15
16
{%- set tool_response_queue = namespace(ids=[]) -%}
17
-{%- set tool_call_counter = namespace(value=0) -%}
+{%- set tool_call_counter = namespace(value=1) -%}
18
19
{%- if tools -%}
20
<|im_system|>tool_declare<|im_middle|>{{ tools | tojson }}<|im_end|>
models/templates/Kimi-K2-Thinking.jinja
@@ -25,7 +25,7 @@
25
{%- endmacro -%}
26
27
28
29
30
{%- macro render_toolcalls(message) -%}
31
<|tool_calls_section_begin|>
0 commit comments