diff --git a/main.js b/main.js index f2b60d7..c4f108d 100644 --- a/main.js +++ b/main.js @@ -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 ]);