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 📖
- Host: GitHub
- URL: https://github.com/ekaone/biblegpt
- Owner: ekaone
- Created: 2023-03-28T15:00:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T15:54:39.000Z (6 months ago)
- Last Synced: 2025-07-27T05:28:39.265Z (3 months ago)
- Topics: artificial-intelligence, bible, chatgpt, openai
- Language: TypeScript
- Homepage: https://biblegpt.prasetia.me
- Size: 918 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`