Duplicated from Minecraft3193092/ai-manga-factory
ba986c0
1
2
3
4
5
6
7
8
9
export function getUserPrompt({ prompt, existingPanelsTemplate, }: { prompt: string existingPanelsTemplate: string }) { return `The story is about: ${prompt}.${existingPanelsTemplate}` }