Skip to content

Instantly share code, notes, and snippets.

@ubuntudroid
Last active February 12, 2023 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ubuntudroid/8e31c7bd24e6943bee8ecfe5f617a657 to your computer and use it in GitHub Desktop.
Save ubuntudroid/8e31c7bd24e6943bee8ecfe5f617a657 to your computer and use it in GitHub Desktop.
Fantasy characters JSON GPT-3 prompt
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