Last active
February 12, 2023 12:34
-
-
Save ubuntudroid/8e31c7bd24e6943bee8ecfe5f617a657 to your computer and use it in GitHub Desktop.
Fantasy characters JSON GPT-3 prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a character for a fantasy roleplaying adventure, with background story, physical attributes, mental attributes and appearance. Return them in JSON like this: | |
{ | |
"name": …, | |
"background" …, | |
"physical_attributes": …, | |
"mental_attributes": …, | |
"appearance": … | |
} | |
All character values should be Strings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment