mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added option to keep generation options on the right
This commit is contained in:
@@ -6495,6 +6495,13 @@ def UI_2_load_story(file):
|
||||
print("loading {}".format(file))
|
||||
loadRequest(file)
|
||||
|
||||
#==================================================================#
|
||||
# Event triggered on load story
|
||||
#==================================================================#
|
||||
@socketio.on('new_story')
|
||||
def UI_2_new_story(data):
|
||||
koboldai_vars.create_story("")
|
||||
|
||||
|
||||
#==================================================================#
|
||||
# Event triggered when user moves world info
|
||||
|
Reference in New Issue
Block a user