gitignore cleanup
This commit is contained in:
12
settings.cfg
Normal file
12
settings.cfg
Normal 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
|
||||
Reference in New Issue
Block a user