mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 09:36:47 +00:00
model param and make file
This commit is contained in:
parent
8a98b9b1ea
commit
93a0591d83
1 changed files with 4 additions and 4 deletions
|
@ -229,10 +229,10 @@ async function main() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (!diff) {
|
||||
console.log("No diff found");
|
||||
return;
|
||||
}
|
||||
// if (!diff) {
|
||||
// console.log("No diff found");
|
||||
// return;
|
||||
// }
|
||||
|
||||
const parsedDiff = parseDiff(diff);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue