baseline files, unimplemented in code

This commit is contained in:
2026-01-02 23:35:34 -07:00
parent 06b6340731
commit 4d089eeb88
6 changed files with 113 additions and 62 deletions

View File

@@ -0,0 +1,20 @@
Request for generation of writing prompts for journaling
Payload:
The previous 60 prompts have been provided as a JSON array for reference.
Guidelines:
Please generate some number of individual writing prompts in English following these guidelines.
Topics can be diverse, and the whole batch should have no outright repetition.
These are meant to inspire one to two pages of writing in a journal as exercise.
Prompt History:
The provided history brackets two mechanisms.
The history will allow for reducing repetition, however some thematic overlap is acceptable. Try harder to avoid overlap with lower indices in the array.
As the user discards prompts, the themes will be very slowly steered, so it's okay to take some inspiration from the history.
Expected Output:
Output as a JSON list with the requested number of elements.
Despite the provided history being a keyed list or dictionary, the expected return JSON will be a simple list with no keys.
Respond ONLY with valid JSON. No explanations, no markdown, no backticks.

View File

@@ -0,0 +1,12 @@
# 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]
cached_pool_volume = 20