From 65b7d86595bc8abd97a126d02efb82cf990e3308 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 May 2025 19:38:10 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 0f132c7..e11faaa 100644 --- a/main.js +++ b/main.js @@ -1623,6 +1623,7 @@ Source Code: } prompt += `\n---\nWrite ONLY the complete README.md in markdown format. Do NOT add extra explanations, commentary, or code reviews. And remember, the license is ${licenseType}!`; + console.log(prompt); // LLM call const win = evt.sender; // für Cat-Stream await ensureOllamaRunning();