1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-24 14:48:38 +02:00
parent 92d0de8205
commit 6e1ee7efde

View File

@@ -238,7 +238,7 @@ Don't reply to my message, just give me the commit message.`;
async function streamLLMCommitMessages(prompt, onDataChunk, maxLen = 500) {
return new Promise((resolve, reject) => {
const child = spawn('ollama', [
'chat', '--stream',
'--stream',
'--model', 'qwen2.5-coder:32b',
'--prompt', prompt
]);