mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-17 05:47:52 +00:00
Alteração do fluxo de geração de histórias
This commit is contained in:
parent
0b8c050bd7
commit
4f3b80246f
@ -143,7 +143,7 @@ export function StoryGenerator() {
|
|||||||
student_id: session.user.id,
|
student_id: session.user.id,
|
||||||
title: 'Gerando...',
|
title: 'Gerando...',
|
||||||
theme: choices.theme,
|
theme: choices.theme,
|
||||||
status: 'generating',
|
status: 'draft',
|
||||||
content: {
|
content: {
|
||||||
prompt: choices,
|
prompt: choices,
|
||||||
pages: []
|
pages: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user