mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
somecomments
This commit is contained in:
parent
37304a735d
commit
ecc8d9fec4
2
app.py
2
app.py
@ -577,6 +577,8 @@ if __name__ == "__main__":
|
||||
parser.set_defaults(debug=False)
|
||||
args = parser.parse_args()
|
||||
|
||||
# The default configuration must be kept unchanged as it is committed to the repository,
|
||||
# so we have to make a copy that is not comitted
|
||||
if args.config=="default":
|
||||
args.config = "local_default"
|
||||
if not Path(f"configs/local_default.yaml").exists():
|
||||
|
Loading…
x
Reference in New Issue
Block a user