You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The novel was generated using Python code which made use of a series of requests to OpenAI's API. The process is fairly close to being automated, but I don't quite have the prompts tweaked to an optimal level. So for now, each part of the process has to be triggered manually.
The text isn't quite where it should be either, it was very much rushed too. Hopefully I will go back and fix the process soon, and then re-generated the text. Originally, the code was going to be generic for any genre, but I ran out of time and ended up tailoring it for Sci-Fi.
Unfortunately I lost a lot of time this month due to life issues, so didn't get to my computer much.
The Generation Process
The process starts with generating some background for the universe of the story, which also generates a list of characters and faction. (using 4o model here)
Generate a list of relationships between the factions, and then between the characters. (using 4o)
Create a high-level outline of the structure. (uses o1-mini, struggled to get anything good with 4o, but it should be possible with multiple requests).
Generate the outline of each chapter (this is the weakest part of the process so far). (using 4o, but probably should have used o1-mini at least)
Generate the chapters based upon the chapter outline plus other relevant information (ended up using o1-preview in order to generate enough text fast enough to finish on time.)
The text was updated successfully, but these errors were encountered:
I'm creating this issue just before going to bed, so it may be slightly incoherent.
Book: Echoes of Terra Nova. (52212 words)
Code
The novel was generated using Python code which made use of a series of requests to OpenAI's API. The process is fairly close to being automated, but I don't quite have the prompts tweaked to an optimal level. So for now, each part of the process has to be triggered manually.
The text isn't quite where it should be either, it was very much rushed too. Hopefully I will go back and fix the process soon, and then re-generated the text. Originally, the code was going to be generic for any genre, but I ran out of time and ended up tailoring it for Sci-Fi.
Unfortunately I lost a lot of time this month due to life issues, so didn't get to my computer much.
The Generation Process
The text was updated successfully, but these errors were encountered: