mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
WI Highlighting speedup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user