Update lollms_client_js.js

This commit is contained in:
Saifeddine ALOUI 2024-11-25 15:03:49 +01:00 committed by GitHub
parent 16f28b6f1c
commit c3d7f89fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,6 +148,10 @@ class LollmsClient {
console.log(output.data.text)
return output.data.text
}
cancel_generation() {
// TODO: implement
}
generate(prompt, {
n_predict = null,
stream = false,