A demo application written as an intro into the Python Langchain framework. Utilizes some prompt templates, a sequential chain, and OpenAI to gather some info on a given UFC fighter and display some interesting historical factoids that occurred close to their birthdate. Made while watching Krish Naik's excellent intro to Langchain applications.

- Langchain / OpenAI
- Streamlit
- Py-Dotenv
- Installing requirements:
pip install -r requirements.txt
. - Configuration: Rename the included
.env.example
file and fill in the config entry with your OpenAI API key. - Starting the application:
streamlit run main.py --server.headless true