The repo is about how to create single chatbot for data available on public forum and custom data which can act as our personal chatbot.
The application has been built using Streamlit, OpenAI & LangChain.
An OpenAI API key must be created and added to the environment. The commands have been given below.
virtualenv lang
lang\Scripts\activate
source lang/bin/activate
pip install -r requirements.txt
echo "export OPENAI_API_KEY='yourkey'" >> ~/.zshrc
setx OPENAI_API_KEY “<yourkey>”
streamlit run Chat_engine.py