diff --git a/network-poc/tests/model-benchmark.mjs b/network-poc/tests/model-benchmark.mjs index 1ba2768..dff8e31 100644 --- a/network-poc/tests/model-benchmark.mjs +++ b/network-poc/tests/model-benchmark.mjs @@ -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 }, }), });