Skip to content

Groqbook v0.1.0

Compare
Choose a tag to compare
@Bklieger Bklieger released this 25 May 02:35
· 70 commits to main since this release

Groqbook: Generate entire books in seconds using Groq and Llama3

Groqbook is a streamlit app that scaffolds the creation of books from a one-line prompt using Llama3 on Groq. It works well on nonfiction books and generates each chapter within seconds. The app mixes Llama3-8b and Llama3-70b, utilizing the larger model for generating the structure and the smaller of the two for creating the content.

v0.1.0

Initial project release with basic prompting to create an entire book. Future releases will include features to improve the quality of generation through providing context of previous chapters during generation.

Full Changelog: https://github.com/Bklieger/groqbook/commits/v0.1.0