How to Use ChatGPT to Automate Writing your Product Description

This repository is the codebase of tutorial How to Use ChatGPT to Automate Writing your Product Description.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.7.2 It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

  1. Clone this repository:

    git clone https://github.com/ashutoshkrris/How-to-Use-ChatGPT-to-Automate-Writing-your-Product-Description.git my-medusa-store
  2. Change directory and install dependencies:

    cd my-medusa-store
    npm install
  3. Run the following command to create a .env file:

    mv .env.template .env
  4. Add your OpenAI API Key in the .env file.

  5. Start Server:

    medusa develop

Other Resources