Update app.py
Browse files
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":
|
| 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 |
},
|