- There won't be any response as the OpenAI API's free trial got expired on 1 June 2023.
ChatGPT (GPT-3) Clone with additional features:
- Text Summarization
- Paragraph Generator
- Code Converter
- AI Image Generator
using OpenAI API.
MERN Web-App with auth.
-
Install dependencies in both client and server folder by using
commandnpm install
ornpm i
-
Complete the .env file in server folder.
- Connect to MongoDB.
- Add your OpenAI API Key.
- Enter remaining fields.
-
To run the application, first move to server folder using command
cd server
Then use commandnpm run dev
to start the application.