This commit is contained in:
Saifeddine ALOUI 2024-11-25 18:28:29 +01:00
commit 2e73aee438

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,