mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update aiserver.py
This commit is contained in:
@ -488,9 +488,6 @@ else:
|
|||||||
|
|
||||||
vars.model = args.model;
|
vars.model = args.model;
|
||||||
|
|
||||||
if args.quiet:
|
|
||||||
vars.quiet = True
|
|
||||||
|
|
||||||
if args.colab:
|
if args.colab:
|
||||||
args.remote = True;
|
args.remote = True;
|
||||||
args.override_rename = True;
|
args.override_rename = True;
|
||||||
@ -498,6 +495,9 @@ if args.colab:
|
|||||||
args.nobreakmodel = True;
|
args.nobreakmodel = True;
|
||||||
args.quiet = True;
|
args.quiet = True;
|
||||||
|
|
||||||
|
if args.quiet:
|
||||||
|
vars.quiet = True
|
||||||
|
|
||||||
if args.nobreakmodel:
|
if args.nobreakmodel:
|
||||||
vars.nobreakmodel = True;
|
vars.nobreakmodel = True;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user