File size: 614 Bytes
24ba1f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # EbookBuilder: Content Generation
The generation module focuses on producing coherent and engaging text.
## Strategies
1. **Recursive Outlining**: Generate a high-level outline, then expand each point into sub-points before drafting.
2. **Context Window Management**: Pass previous chapter summaries to the model to ensure narrative consistency.
3. **Style Injection**: Use system instructions to enforce specific literary styles or technical tones.
## Recommended Models
- **General Purpose**: Llama-3-70B, Qwen-2.5.
- **Creative Writing**: Claude-3.5-Sonnet (via API) or specialized fine-tuned models on HF.
|