https://github.com/spongejump/chatgpt-bot-4.0
Chatgpt 4.0 Chatgpt Using Next.js
https://github.com/spongejump/chatgpt-bot-4.0
nextjs shadcn-ui tailwindcss typescript
Last synced: 12 months ago
JSON representation
Chatgpt 4.0 Chatgpt Using Next.js
- Host: GitHub
- URL: https://github.com/spongejump/chatgpt-bot-4.0
- Owner: spongejump
- Created: 2024-08-27T06:51:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T09:22:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T11:48:11.491Z (about 1 year ago)
- Topics: nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://flamingo-chatbot.vercel.app/
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```