Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Prototype #5

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Frontend Prototype #5

wants to merge 6 commits into from

Conversation

danieldietzel
Copy link
Collaborator

This follows the logic, steps 1-5, of the app.js script.

  1. Picks a genre
  2. Generates an outline
  3. Sets up variables like main characters / minor characters / writing style etc
  4. Generates a plot summary
  5. Generates a chapter array of summaries

Screenshot 2024-03-08 at 1 40 14 PM

While it's thinking it will show you the step it's on and increment the steps

It will keep going until it's done (first 5 steps)
Screenshot 2024-03-08 at 1 38 16 PM

Once done it will give you a "retry" or "download button" to download the output in text format

Screenshot 2024-03-08 at 1 47 17 PM

Screenshot 2024-03-08 at 1 47 37 PM

On the bottom is the full debug information / state / config, will be removed once it gets developed further.

Screenshot 2024-03-08 at 1 48 34 PM

Interface picks genre, generates outline, and populates state with basics (plot outline, main characters, minor characters, setting, writing style, writing adjectives). Generate button clears and starts again, download story button appears if output is present.
draft: move Open AI request to backend API route
@danieldietzel danieldietzel added the Do not merge This is a draft probably not a good idea to merge label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do not merge This is a draft probably not a good idea to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant