Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlolDev committed Dec 15, 2023
1 parent 9157846 commit 893f3d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/models/text/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export default {
}),
};
let promptLength = 0;
console.log(request);
await delay(250);
generativeModel
.generateContentStream(request)
Expand Down Expand Up @@ -191,7 +190,6 @@ export default {
})
}
}).catch((err) => {
console.log(request);
console.log(err);
event.emit("data", {
done: true,
Expand Down

0 comments on commit 893f3d2

Please # to comment.