/ChartGPT

ChartGPT: AI based UML tool ChartGPT

Primary LanguageTypeScriptMIT LicenseMIT

ChartGPT

ChartGPT: AI based UML tool ChartGPT

Requirements

  1. Node Version >= 18
  2. OpenAI API Key

Installation

  1. Clone the Repo

  2. Open .env.local file and enter OPENAI_API_KEY

  3. cd into the folder

cd chartGPT
  1. Install all deps with yarn
yarn
  1. Run in development mode
yarn dev