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
16f28b6f1c
commit
c3d7f89fdb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user