mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
World Info Min Activations: min max depth default unlimited
This commit is contained in:
@@ -38,7 +38,7 @@ let selected_world_info = [];
|
|||||||
let world_names;
|
let world_names;
|
||||||
let world_info_depth = 2;
|
let world_info_depth = 2;
|
||||||
let world_info_min_activations = 0; // if > 0, will continue seeking chat until minimum world infos are activated
|
let world_info_min_activations = 0; // if > 0, will continue seeking chat until minimum world infos are activated
|
||||||
let world_info_min_activations_depth_max = 20; // used when (world_info_min_activations > 0)
|
let world_info_min_activations_depth_max = 0; // used when (world_info_min_activations > 0)
|
||||||
|
|
||||||
let world_info_budget = 25;
|
let world_info_budget = 25;
|
||||||
let world_info_recursive = false;
|
let world_info_recursive = false;
|
||||||
|
Reference in New Issue
Block a user