WI Highlighting speedup

This commit is contained in:
ebolam
2022-10-17 14:54:23 -04:00
parent 90c3bbfdab
commit cde6c8d892
4 changed files with 159 additions and 54 deletions

View File

@@ -9216,6 +9216,11 @@ def UI_2_update_tokens(data):
def UI_2_get_log(data):
emit("log_message", web_log_history)
@app.route("/test_match")
@logger.catch
def UI_2_test_match():
koboldai_vars.assign_world_info_to_actions()
return show_vars()
#==================================================================#
# Test