Created
July 21, 2025 19:41
-
-
Save standardnguyen/64e3ad6fa0a7d61caa760e4bc8016fa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| in raw_chapters, we have the book split up into raw chapters by files ....chapter_00, chapter_01.txt, etc | |
| chapter_01.txt is actually chapter 1, so don't worry about having off-by one errors. | |
| basically, i need you to help me create a prompt for another LLM to use, | |
| '''' | |
| [prompt] | |
| (attachment of the specific chapter file) | |
| ''' | |
| in your project knowledge you already have a prompt and styling guide, also examples of what a well-formatted chapter should look like. i'll write code to actually create specific prompts for each chapter, attaching individual text files depending on which chapter it is, i just need you to write the prompt that prepends the chapter if that makes sense. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment