2026-01-02 15:34:51 -07:00
|
|
|
# settings.cfg
|
2026-01-02 21:23:04 -07:00
|
|
|
# This controls how many prompts are presented and consumed from the pool, as well as how much to pre-cache.
|
2026-01-02 21:18:26 -07:00
|
|
|
# This is used to maintain functionality offline for some number of iterations.
|
2026-01-02 15:34:51 -07:00
|
|
|
|
|
|
|
|
[prompts]
|
|
|
|
|
min_length = 500
|
|
|
|
|
max_length = 1000
|
2026-01-02 21:23:04 -07:00
|
|
|
num_prompts = 3
|
2026-01-02 15:34:51 -07:00
|
|
|
|
2026-01-02 21:18:26 -07:00
|
|
|
# Pool size can affect the prompts if is too high. Default 20.
|
2026-01-02 15:34:51 -07:00
|
|
|
[prefetch]
|
2026-01-02 17:36:24 -07:00
|
|
|
cached_pool_volume = 20
|