This Streamlit application allows users to interact with a chatbot trained on GPT-4 to create a story.
- Enables manual creation of stories using ChatGPT and LangChain
- Python 3.7+
- Streamlit
- OpenAI Python package
- Requests
- Clone the repository:
git clone https://github.com/yourusername/wardley-insight-report.git
- Install the required dependencies:
pip install -r requirements.txt
- Set up your OpenAI API key as a secret:
Add your OpenAI API Key to the Streamlit secrets within the administration interface:
OPENAI_API_KEY = "your_openai_api_key_here"
- Run the Streamlit application:
.streamlit run app.py
Enter the description of the story Initialise the story Select the preferred paragraph to generate a section for your story.
Feel free to submit issues and pull requests to improve the application. For major changes, please open an issue first to discuss what you would like to change.
Inspired by RecurrentGPT https://github.com/aiwaves-cn/RecurrentGPT