/auto-gpt-web

Web-based platform that makes GPT-4 fully autonomous.

Primary LanguageTypeScript

Auto-GPT-web: An Website allows GPT-4 to run autonomously 🤖

Run GPT-4 autonomously on the web. Inspired by Auto-GPT.

Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, autonomously develops and manages businesses to increase net worth. As one of the first examples of GPT-4 running fully autonomously, Auto-GPT pushes the boundaries of what is possible with AI.

PLACEHOLDER: website url

Demo screenshot

Features

Requirements

Required:

  • OpenAI API Key

Development

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

yarn build

Customize the configuration

See Configuring quasar.config.js.