mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
show_budget fix
This commit is contained in:
@ -1198,7 +1198,7 @@ def processsettings(js):
|
||||
if("show_probs" in js):
|
||||
vars.show_probs = js["show_probs"]
|
||||
if("show_budget" in js):
|
||||
vars.show_probs = js["show_budget"]
|
||||
vars.show_budget = js["show_budget"]
|
||||
|
||||
if("seed" in js):
|
||||
vars.seed = js["seed"]
|
||||
|
Reference in New Issue
Block a user