mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-01 10:06:44 +01:00
Allow models to set formatting defaults
Originally omitted when model settings were forced. Now that models can only define the defaults for KoboldAI its a good idea to give model authors control over what formatting they think works best for their models.
This commit is contained in:
parent
b89a988ee4
commit
dd1c3ab67e
@ -915,6 +915,8 @@ def loadmodelsettings():
|
||||
vars.rep_pen = js["rep_pen"]
|
||||
if("adventure" in js):
|
||||
vars.adventure = js["adventure"]
|
||||
if("formatoptns" in js):
|
||||
vars.formatoptns = js["formatoptns"]
|
||||
model_config.close()
|
||||
|
||||
#==================================================================#
|
||||
|
Loading…
x
Reference in New Issue
Block a user