diff --git a/static/koboldai.js b/static/koboldai.js index 64da7146..75563df2 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -151,8 +151,19 @@ const context_menu_actions = { "submit-button": [ {label: "Generate", icon: "edit", enabledOn: "ALWAYS", click: function(){}}, null, + {label: "Generate Forever", icon: "edit_off", enabledOn: "ALWAYS", click: function(){}}, + {label: "Generate Until EOS", icon: "edit_off", enabledOn: "ALWAYS", click: function(){}}, + null, {label: "Finish Line", icon: "edit_off", enabledOn: "ALWAYS", click: function(){}}, {label: "Finish Sentence", icon: "edit_off", enabledOn: "ALWAYS", click: function(){}}, + ], + "undo-button": [ + {label: "Undo", icon: "undo", enabledOn: "ALWAYS", click: function(){}}, + null, + {label: "Prune Actions", icon: "cut", enabledOn: "ALWAYS", click: function(){}}, + {label: "Shred", icon: "local_fire_department", enabledOn: "ALWAYS", click: function(){}}, + null, + {label: "Trim Last Sentence", icon: "carpenter", enabledOn: "ALWAYS", click: function(){}}, ] }; diff --git a/templates/index_new.html b/templates/index_new.html index 53bcffd5..2b1c0ddf 100644 --- a/templates/index_new.html +++ b/templates/index_new.html @@ -112,7 +112,7 @@ - +