kyunghei / Timeless-Tales

A web application utilizing AI to create custom choose-your-own-adventure stories with dynamic choices/outcomes and relevant artwork.
2 stars 0 forks source link

Prompt Generation #25

Open ShinyMyst opened 4 months ago

ShinyMyst commented 4 months ago

Create function(s) that takes various meta-data variables as inputs. Output prompts for images and text.

Remember to include genre as an input variable.

Keep this independent so it can be pulled by the main back end function. For example, don't set meta-data variables in this file, only use them as inputs under assumption they'll be provided in another file.