Bible GPT is a simple app that uses GPT-4 model. Make sure double check for the output. The model is not perfect and sometimes it can generate wrong output.
- Clone the repository
git clone https://github.com/ekaone/biblegpt
- Install
yarn install
- Set up the environment of OpenAI key on .env file
- Run
yarn start
- Open your browser and go to
http://localhost:3000