1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-31 19:29:26 +02:00
parent 07d7ac0cbd
commit 5001f7a098

View File

@@ -398,7 +398,7 @@ async function streamLLMCommitMessages(prompt, onDataChunk, win) {
return fullOutput;
}
async function StreamLLMREADME(prompt, onDataChunk, win) {
async function streamLLMREADME(prompt, onDataChunk, win) {
await ensureOllamaRunning();
const selectedModel = store.get('readmeModel') || 'qwen2.5-coder:32b';
const response = await fetch('http://localhost:11434/api/generate', {