An open API service indexing awesome lists of open source software.

https://github.com/ekaone/biblegpt

AI-Powered knowledge of Bible principles with GPT model from OpenAI 📖
https://github.com/ekaone/biblegpt

artificial-intelligence bible chatgpt openai

Last synced: about 2 months ago
JSON representation

AI-Powered knowledge of Bible principles with GPT model from OpenAI 📖

Awesome Lists containing this project

README

          

# 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
```
2. Install
```
yarn install
```
3. Set up the environment of OpenAI key on .env file
4. Run
```
yarn start
```
5. Open your browser and go to `http://localhost:3000`