2026-01-03 11:18:56 -07:00
|
|
|
# settings.cfg
|
|
|
|
|
# This controls how many prompts are presented and consumed from the pool, 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 = 3
|
|
|
|
|
|
|
|
|
|
# Pool size can affect the prompts if is too high. Default 20.
|
|
|
|
|
[prefetch]
|
2026-01-03 23:12:22 -07:00
|
|
|
cached_pool_volume = 24
|