This project is an interactive storytelling application powered by OpenAI's GPT-3.5, where users can create immersive and dynamic stories based on their choices. The story begins with a pre-generated prompt, and users make decisions that shape the course of the narrative.
This project uses the OpenAI GPT-3.5 API to generate an interactive story, where the user can make choices that influence the development of the plot. After the initial story is generated, the user is presented with a set of options to direct the next part of the story. The story evolves based on the user's decisions, making it a fun and engaging interactive experience.
- Generate a story based on an initial prompt.
- Make it as interesting as you want it to be.
- Present choices to the user, allowing them to direct the story.
- Interactive decision-making that shapes the outcome of the story.
- Split the generated story into chapters for better readability.
Follow the steps below to get started with the project.
To clone this repository, use the following command:
git clone https://github.com/your-username/interactive-story.git
cd interactive-story