This project implements a web app using Streamlit for chatting with pdf files usig LangChain and OpenAI tokenizer and language model
- Create .env file and provide the necessary tokens (no quotes required around the tokens) OPENAI_API_KEY=token HUGGINGFACEHUB_API_TOKEN=token
- Running the web app
streamlit run app.py
- following this repo