2026-01-02 15:34:51 -07:00
|
|
|
# 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
|
2026-01-02 16:13:06 -07:00
|
|
|
num_prompts = 8
|
2026-01-02 15:34:51 -07:00
|
|
|
|
|
|
|
|
# Prefetch not yet implmented
|
|
|
|
|
[prefetch]
|
|
|
|
|
prompt_cache_depth = 3
|