Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gungho0619/chatgpt-bot-4.0

Chatgpt 4.0 Chatgpt Using Next.js
https://github.com/gungho0619/chatgpt-bot-4.0

nextjs shadcn-ui tailwindcss typescript

Last synced: 9 days ago
JSON representation

Chatgpt 4.0 Chatgpt Using Next.js

Awesome Lists containing this project

README

        

# ChatGPT 4.0 ChatBot using Github Login

This is a ChatGPT ChatBot 4.0.

## Latest Implementation

- 04 May, 2024 - Add Database Adapter on the Custom Page

## How to Use?

Clone this repository.

Copy the `.env.example` and rename it as `.env` .
Insert the value to respective field

Run the following command to generate `NEXTAUTH_SECRET`, `node -e "console.log(crypto.randomBytes(32).toString('hex'))"`.

```
NEXTAUTH_URL=
NEXTAUTH_SECRET=

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

```