mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 20:57:58 +00:00
update
This commit is contained in:
parent
9482c9af6a
commit
5144aa71e6
@ -66,6 +66,7 @@ class LLMBinding:
|
||||
self.lollms_paths = lollms_paths
|
||||
self.config = config
|
||||
self.binding_config = binding_config
|
||||
|
||||
self.supported_file_extensions = supported_file_extensions
|
||||
self.seed = config["seed"]
|
||||
self.notification_callback = notification_callback
|
||||
@ -409,6 +410,7 @@ class LLMBinding:
|
||||
else:
|
||||
models+=[f.name for f in models_folder.iterdir() if f.is_dir() and not f.stem.startswith(".") or f.suffix==".reference"]
|
||||
return models
|
||||
|
||||
|
||||
def get_available_models(self):
|
||||
# Create the file path relative to the child class's directory
|
||||
|
Loading…
Reference in New Issue
Block a user