datacrystals / AIStoryWriter

LLM story writer with a focus on high-quality long output based on a user provided prompt.
GNU Affero General Public License v3.0
63 stars 17 forks source link

Implement Scene Based Approach #9

Open datacrystals opened 4 months ago

datacrystals commented 4 months ago

Update Pipeline to generate stories scene-by-scene rather than totally at once for a chapter.

Firstly, generate the scenes for each chapter and then generate that scene. Enforce a more rigid format which may result in better output.

datacrystals commented 4 months ago

Finally getting around to trying some stuff with this.