Files
daily-journal-prompt/settings.cfg
2026-01-02 21:18:26 -07:00

13 lines
338 B
INI

# settings.cfg
# 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
# Pool size can affect the prompts if is too high. Default 20.
[prefetch]
cached_pool_volume = 20