mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
Update lollms_client_js.js
This commit is contained in:
parent
b1c69c431c
commit
6d349c0622
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user