- Python 3.7 or above
- Langchain library
- Streamlit library
- Clone the repo
git clone https://github.com/GPT-Wizard/langchain-streamlit-starter.git
- Install packages
pip install -r requirements.txt
- Set up your
.env
file
- Copy
.env.local.example
into.env
Your.env
file should look like this:
OPENAI_API_KEY=
- Running
streamlit run 🏠_Home.py