A simple chatbot app that lets user's index a public GitHub repository and ask questions about it.
-
Install the requirements
$ pip install -r requirements.txt -
Add Environment Variables as seen in .env.example
-
Run the app
$ streamlit run streamlit_app.py