AI-nthusiast commited on
Commit
e8b425d
·
1 Parent(s): ed42d8c

Tighten default prompts for scenarios

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -420,11 +420,13 @@ footer { display: none !important; }
420
  # Create interface
421
  DEFAULT_PROMPTS = {
422
  "Technical writing": (
423
- "Write a concise release note that explains how the Cognitive Proxy uses brain "
424
- "phase-locking patterns to steer TinyLlama. Include: purpose, what changed, and "
425
- "one limitation/safety note."
 
 
 
426
  ),
427
- "Educational": "Explain quantum entanglement in simple terms.",
428
  "Free form": "Brainstorm creative uses of brain-steered language models in five bullet points."
429
  }
430
 
 
420
  # Create interface
421
  DEFAULT_PROMPTS = {
422
  "Technical writing": (
423
+ "Draft a short customer email explaining that a payment failed, what likely happened, "
424
+ "and the two exact steps to fix it. Keep it polite, clear, and specific."
425
+ ),
426
+ "Educational": (
427
+ "Explain why the sky is blue to a curious 10-year-old, using one everyday analogy "
428
+ "and one simple experiment they could try."
429
  ),
 
430
  "Free form": "Brainstorm creative uses of brain-steered language models in five bullet points."
431
  }
432