Add placeholder comments in main.js
This commit is contained in:
13
main.js
13
main.js
@@ -203,6 +203,19 @@ async function getCommitsForLLM(folderPath, hashes) {
|
|||||||
return commits;
|
return commits;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
|
||||||
|
lol
|
||||||
|
|
||||||
|
lol
|
||||||
|
|
||||||
|
lol
|
||||||
|
|
||||||
|
lol
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
// ---- 2. Prompt für LLM bauen ----
|
// ---- 2. Prompt für LLM bauen ----
|
||||||
async function generateLLMCommitMessages(folderPath, hashes) {
|
async function generateLLMCommitMessages(folderPath, hashes) {
|
||||||
const commits = await getCommitsForLLM(folderPath, hashes);
|
const commits = await getCommitsForLLM(folderPath, hashes);
|
||||||
|
|||||||
Reference in New Issue
Block a user