full pool filling working

This commit is contained in:
2026-01-02 21:18:26 -07:00
parent e42b749baf
commit 5e89e730ee
5 changed files with 213 additions and 121 deletions

View File

@@ -1,12 +1,12 @@
# settings.cfg
# This controls how many prompts are presented, as well as how deep to pre-cache.
# Obviously, the depth causes exponential growth with prompts^days, so be conservative.
# This controls how many prompts are presented, as well as how much to pre-cache.
# This is used to maintain functionality offline for some number of iterations.
[prompts]
min_length = 500
max_length = 1000
num_prompts = 4
# Prefetch not yet implmented
# Pool size can affect the prompts if is too high. Default 20.
[prefetch]
cached_pool_volume = 20