mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added World Info Settings
This commit is contained in:
@@ -6321,7 +6321,6 @@ def UI_2_Set_Selected_Text(data):
|
||||
def UI_2_Set_Selected_Text(data):
|
||||
print("Using Option Text: {}".format(data))
|
||||
if koboldai_vars.prompt == "":
|
||||
print(koboldai_vars.actions.get_current_options())
|
||||
koboldai_vars.prompt = koboldai_vars.actions.get_current_options()[int(data['option'])]['text']
|
||||
koboldai_vars.actions.clear_unused_options()
|
||||
else:
|
||||
|
Reference in New Issue
Block a user