A basic story generator by giving the title of the story as prompt with an additional web search feature via Wikipedia. History of chats is also saved.
- Run
git clone https://github.com/thisisyashgarg/langchain.git cd langchain- Install all required libraries
pip install -r requirements.txt - Provide OpenAI API key to the env by running
export OPENAI_API_KEY=your_key - Run
streamlit run app.pyto see it working.

