Simple prototype Nuxt3 webapp to generate Character Cards using OpenAI ChatGPT and Dall-E.
Check out my blog post How I generated 100 fantasy characters in minutes for more information.
Install dependencies and run the development server:
yarn install
yarn dev -o
Add OpenAI API key to environment variable or to .env
file:
OPENAI_API_KEY = "your-api-key"