Update lollms_client_js.js

This commit is contained in:
Saifeddine ALOUI 2024-09-12 11:47:39 +02:00 committed by GitHub
parent b1c69c431c
commit 6d349c0622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1157,7 +1157,11 @@ async sequentialChunksSummary({
return summaries.join("\n");
}
// Placeholder methods for stepStart, stepEnd, fastGen
// Placeholder methods for step stepStart, stepEnd, fastGen
step(message) {
console.log(message);
}
stepStart(message) {
console.log(message);
}