Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 826 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 826 Bytes

ChatGPT-clone-MERN

Update

  • 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:

  • AI Chatbot
  • Text Summarization
  • Paragraph Generator
  • Code Converter
  • AI Image Generator

using OpenAI API.
MERN Web-App with auth.

How to run the application locally:

  1. Clone the project.

  2. Install dependencies in both client and server folder by using
    command npm install or npm i

  3. Complete the .env file in server folder.

    • Connect to MongoDB.
    • Add your OpenAI API Key.
    • Enter remaining fields.
  4. To run the application, first move to server folder using command cd server
    Then use command npm run dev to start the application.

Give it a star if helpful!