Added back support for creating models

This commit is contained in:
jeffser
2024-08-28 11:51:12 -06:00
parent 80d1149932
commit 01b38fa37a
3 changed files with 11 additions and 37 deletions

View File

@@ -236,7 +236,7 @@ def create_model_from_existing_response(self, dialog, task, dropdown):
def create_model_from_existing(self):
string_list = Gtk.StringList()
for model in self.local_models:
for model in self.model_manager.get_model_list():
string_list.append(self.convert_model_name(model, 0))
dropdown = Gtk.DropDown()