mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-15 22:46:35 +00:00
fix
This commit is contained in:
parent
cb2fc6095d
commit
b45c633fe6
@ -290,7 +290,7 @@ class BaseConfig:
|
||||
"""
|
||||
if key == "exceptional_keys":
|
||||
return super().__getattribute__(key)
|
||||
if key in self.exceptional_keys + ["config","file_path"] or key.startswith("__"):
|
||||
if key in self.exceptional_keys + ["config","file_path","copy"] or key.startswith("__"):
|
||||
return super().__getattribute__(key)
|
||||
else:
|
||||
if self.config is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user