Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 448 Bytes

Bible GPT

Introduction

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.

Installation

  1. Clone the repository
git clone https://github.com/ekaone/biblegpt
  1. Install
yarn install
  1. Set up the environment of OpenAI key on .env file
  2. Run
yarn start
  1. Open your browser and go to http://localhost:3000