From 1e38cc79f44a099c6aad2c82a5698d0de7c49106 Mon Sep 17 00:00:00 2001 From: MikeHughes-BIN Date: Sun, 14 Dec 2025 16:53:35 +0100 Subject: [PATCH] Extended the Role description --- services/modules/quen3/quen3.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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