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);