mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Merge branch 'main' of https://github.com/ParisNeo/lollms-webui
This commit is contained in:
commit
2e73aee438
@ -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