diff --git a/services/modules/quen3/quen3.js b/services/modules/quen3/quen3.js index ff942de..8272c52 100644 --- a/services/modules/quen3/quen3.js +++ b/services/modules/quen3/quen3.js @@ -46,9 +46,9 @@ const module_exports = { "Content-Type": "application/json" }, body: JSON.stringify({ - model: "qwen3-235b-a22b", // Korrekter Modellname! + model: "qwen3-235b-a22b", messages: [ - { role: "system", content: "You are a helpful assistant that generates documents from transcripts." }, + { role: "system", content: "You are a helpful assistant that generates documents from transcripts. Do NOT include any , reasoning, chain-of-thought, or internal analysis. Only output the final document content." }, { role: "user", content: promptText } ], temperature: 0