mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-17 23:08:07 +00:00
upgraded tool
This commit is contained in:
@ -231,6 +231,7 @@ fetch('/settings')
|
||||
}
|
||||
|
||||
function populate_models(){
|
||||
selectModel.innerHTML=""
|
||||
// Fetch the list of .bin files from the models subfolder
|
||||
fetch('/list_models')
|
||||
.then(response => response.json())
|
||||
|
Reference in New Issue
Block a user