Extended the Role description

This commit is contained in:
MikeHughes-BIN
2025-12-14 16:53:35 +01:00
parent 746fec05d4
commit 1e38cc79f4
+2 -2
View File
@@ -46,9 +46,9 @@ const module_exports = {
"Content-Type": "application/json" "Content-Type": "application/json"
}, },
body: JSON.stringify({ body: JSON.stringify({
model: "qwen3-235b-a22b", // Korrekter Modellname! model: "qwen3-235b-a22b",
messages: [ 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 <think>, reasoning, chain-of-thought, or internal analysis. Only output the final document content." },
{ role: "user", content: promptText } { role: "user", content: promptText }
], ],
temperature: 0 temperature: 0