Build ChatGPT messenger clone with Next.js
Getting Started
Build a real-time chat web application with ChatGPT API.
Feature:
- Use the ChatGPT API to create chat bot
- Secure API endpoint request
- Build a responsive site with Tailwind CSS
- Cloud Firestore Database
- Combine Server and Client Component
OpenAI Manual
- Install OpenAI Node.js Library
yarn add openai
- Get openai key from url: https://platform.openai.com/account/api-keys
- Access to the openai api with openai key