mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-21 14:10:39 +01:00
Send correct settings after load
This commit is contained in:
parent
461cd04932
commit
1a46d97ad5
@ -1951,6 +1951,8 @@ def load_model(use_gpu=True, gpu_layers=None, initial_load=False, online_model="
|
|||||||
|
|
||||||
if not vars.gamestarted:
|
if not vars.gamestarted:
|
||||||
setStartState()
|
setStartState()
|
||||||
|
sendsettings()
|
||||||
|
refresh_settings()
|
||||||
|
|
||||||
|
|
||||||
# Set up Flask routes
|
# Set up Flask routes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user