Files
daily-journal-prompt/settings.cfg

13 lines
313 B
INI

# 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.
[prompts]
min_length = 500
max_length = 1000
num_prompts = 4
# Prefetch not yet implmented
[prefetch]
cached_pool_volume = 20