Technology demonstrator for LangChain.
Written in python using Streamlit
To install libraries run 'pip install -r requirements.txt'
You will need to create a .env file and in this .env file insert your own OPENAI_API_KEY as in: OPENAI_API_KEY='sk-xxxyyyZZZaaabbbCCC'
** Using the application as-is will result in charges in your OpenAI account **
** Substitute another free to use LLM if you do not wish to incur charges **
to run the app type 'streamlit run main.py' and the app will run in a browser on you machine on port 8502 e.g. localhost:8502