gitignore cleanup

This commit is contained in:
2026-01-02 15:34:51 -07:00
parent 6d18354571
commit 5cea0ba44c
6 changed files with 76 additions and 70 deletions

12
settings.cfg Normal file
View File

@@ -0,0 +1,12 @@
# 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 = 3
# Prefetch not yet implmented
[prefetch]
prompt_cache_depth = 3