From d049746b735f096bf2eb6b4669e7e34b06899c74 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 21:08:39 +0200 Subject: [PATCH] Add placeholder comments in main.js --- main.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/main.js b/main.js index b0f866d..87f1f6b 100644 --- a/main.js +++ b/main.js @@ -203,6 +203,19 @@ async function getCommitsForLLM(folderPath, hashes) { return commits; } +/* + + +lol + +lol + +lol + +lol + +*/ + // ---- 2. Prompt für LLM bauen ---- async function generateLLMCommitMessages(folderPath, hashes) { const commits = await getCommitsForLLM(folderPath, hashes);