sbeechoi commited on
Commit
cb3c796
·
verified ·
1 Parent(s): ab9e555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ PRESETS = {
51
  "Creative writing": {
52
  "system": "Write vivid, tight prose.",
53
  "prompt": "Write a two-sentence opening for a sci-fi heist story set on a drifting museum ship.",
54
- "thinking": False,
55
  "sample_reasoning": "Reasoning is disabled for a faster clean draft.",
56
  "sample_answer": "By the time the museum ship crossed into the dead zone, every priceless relic aboard had started broadcasting a heartbeat. Nia took that as her cue to cut the lights and steal the one artifact already trying to escape.",
57
  },
 
51
  "Creative writing": {
52
  "system": "Write vivid, tight prose.",
53
  "prompt": "Write a two-sentence opening for a sci-fi heist story set on a drifting museum ship.",
54
+ "thinking": True,
55
  "sample_reasoning": "Reasoning is disabled for a faster clean draft.",
56
  "sample_answer": "By the time the museum ship crossed into the dead zone, every priceless relic aboard had started broadcasting a heartbeat. Nia took that as her cue to cut the lights and steal the one artifact already trying to escape.",
57
  },