gitignore cleanup
This commit is contained in:
@@ -146,8 +146,8 @@ python test_project.py
|
||||
1. The system reads the template from `ds_prompt.txt`
|
||||
2. It loads the previous 60 prompts from the fixed length cyclic buffer `historic_prompts.json`
|
||||
3. The AI generates 6 new prompts, attempting to minimize repetition
|
||||
4. Six new prompts are offered (maintaining only the last 60)
|
||||
5. User selects one prompt for their journal writing session, which is added to the `historic_prompts.json` cyclic buffer.
|
||||
4. Six new prompts are displayed.
|
||||
5. User selects one prompt for his/her journal writing session, which is added to the `historic_prompts.json` cyclic buffer.
|
||||
|
||||
## 📝 Prompt Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user