Benchmark: think:false — kytke ajattelu pois Ollama-kutsuissa

Thinking-mallit (qwen3.5) käyttivät kaikki tokenit ajatteluun
eikä content-kenttään jäänyt mitään. think:false pakottaa
suoran vastauksen ilman ajattelublokkia.
This commit is contained in:
2026-04-14 08:48:03 +03:00
parent 25b9ab0c37
commit a08b5f3893

View File

@@ -73,6 +73,7 @@ async function ollamaChat(model, prompt, systemPrompt, maxTokens = 2048) {
model,
messages,
stream: false,
think: false,
options: { num_predict: maxTokens, temperature: 0.7, top_k: 40, repeat_penalty: 1.15 },
}),
});