1
0

Add placeholder comments in main.js

This commit is contained in:
2025-05-24 21:08:39 +02:00
parent 1e03822cd6
commit d049746b73

13
main.js
View File

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