If you are in Russia or a country where openAI api is not available use VPN.
- Clone the repository📂
git clone https://github.com/Motoroller89/QnA-pdf-bot-sberbank.git
cd QnA-pdf-bot-sberbank
- Install the required Python packages:
pip install -r requirements.txt
- Create a .env file and input your OpenAI API Key in the file
cp .env.example .env
- Run the Chainlit server🚀
chainlit run app.py