1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-24 21:15:36 +02:00
parent 0139197429
commit 09cd5bbdb5

View File

@@ -251,7 +251,8 @@ async function streamLLMCommitMessages(prompt, onDataChunk) {
body: JSON.stringify({ body: JSON.stringify({
model: selectedModel, // ggf. Modell anpassen model: selectedModel, // ggf. Modell anpassen
prompt: prompt, prompt: prompt,
stream: true stream: true,
options: { temperature: 0.3 }
}) })
}); });