Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MHindermann authored Nov 19, 2024
1 parent 3236307 commit aab2111
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,19 @@ The `dcterms:` prefix in the JSON refers to the [DCMI Metadata Terms](https://ww

```
{
"prompt_id": "PROMPT-0001",
"title": "Creative Writing Starter",
"description": "Generate an engaging opening line for a short story.",
"category": "Creative Writing",
"models": ["story", "writing", "creative"],
"author": "Hans Müller",
"dcterms:identifier": "PROMPT-0001",
"dcterms:title": "Creative Writing Starter",
"dcterms:description": "Generate an engaging opening line for a short story. Expected output: A single sentence that hooks the reader.",
"dcterms:subject": "Creative Writing",
"dcterms:relation": ["gpt-3.5", "gpt-4"],
"dcterms:creator": "Maxim",
"prompt_text": "Write a compelling opening line for a short story.",
"expected_output": "A single sentence that hooks the reader.",
"use_case": "Storytelling",
"dcterms:type": "Storytelling",
"input_type": "Text",
"output_type": "Narrative",
"version_number": "v1.0",
"last_updated": "2024-11-19",
"license": "Creative Commons",
"dcterms:hasVersion": "v1.0",
"dcterms:modified": "2024-11-20",
"dcterms:rights": "Creative Commons",
"export_format": ["JSON", "YAML"]
}
```
Expand Down

0 comments on commit aab2111

Please sign in to comment.