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 ba72dbd commit 1e48380Copy full SHA for 1e48380
src/index.js
@@ -590,7 +590,7 @@ class ToolHanler {
590
if (this.mode==='qwen')
591
sys_template = this.qwen_template.replace('#{functions}', funcs);
592
else if (this.mode==='hermes3_llama')
593
- sys_template = this.hermes2_template.replace('#{functions}', funcs);
+ sys_template = this.hermes3_template.replace('#{functions}', funcs);
594
else if (this.mode==='llama31')
595
sys_template = this.llama31_template.replace('#{functions}', funcs);
596
else if (this.mode==='llama31_storm')
0 commit comments