YILING0013/AI_NovelGenerator — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python desktop app that helps someone generate a long form novel with AI from start to finish. I want a simple visual workbench where I can enter my API key, base URL, model name, temperature, story topic, genre, chapter count, target words per chapter, and save folder.

The app should first create the novel setting, including world building, main characters, plot direction, important clues, and foreshadowing. Then it should create a chapter directory with titles and short summaries. After that, let me generate chapters one by one, with an optional note for what I want in the current chapter.

Please make it remember previous chapters and use semantic search or local references so the story stays consistent. Include a way to check drafts for contradictions, character mistakes, missing foreshadowing, and logic problems. Save the generated settings, outline, chapters, and checks as readable text files. It should support OpenAI compatible APIs and local model endpoints if possible. Look up current docs online if you need to.

Want more depth? Deep Reverse