Skip to content

Commit 1e48380

Browse files
committed
Fix missprint
1 parent ba72dbd commit 1e48380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ class ToolHanler {
590590
if (this.mode==='qwen')
591591
sys_template = this.qwen_template.replace('#{functions}', funcs);
592592
else if (this.mode==='hermes3_llama')
593-
sys_template = this.hermes2_template.replace('#{functions}', funcs);
593+
sys_template = this.hermes3_template.replace('#{functions}', funcs);
594594
else if (this.mode==='llama31')
595595
sys_template = this.llama31_template.replace('#{functions}', funcs);
596596
else if (this.mode==='llama31_storm')

0 commit comments

Comments
 (0)