1
0
Fork 0

Disable thinking in the chat template.

This commit is contained in:
Pabloader 2026-03-11 15:11:22 +00:00
parent b4db7fd2a7
commit 98302de620
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ export namespace Huggingface {
applyTemplate(templateString, {
messages,
add_generation_prompt: true,
enable_thinking: false,
tools: functions?.map(convertFunctionToTool),
})
);