working checkpoint before caching attempt
This commit is contained in:
@@ -80,8 +80,8 @@ def test_prompt_template():
|
||||
if len(content) > 0:
|
||||
print(f" ✓ ds_prompt.txt is readable ({len(content)} characters)")
|
||||
|
||||
# Check for key phrases
|
||||
key_phrases = ["6 writing prompts", "500 and 1000 characters", "JSON array"]
|
||||
# Check for key phrases (now configurable, so just check for basic structure)
|
||||
key_phrases = ["writing prompts", "characters", "JSON array"]
|
||||
found_phrases = []
|
||||
for phrase in key_phrases:
|
||||
if phrase.lower() in content.lower():
|
||||
|
||||
Reference in New Issue
Block a user