/gpt-engineer

10x Engineer

Primary LanguagePythonMIT LicenseMIT

GPT Engineer

10x Engineer

NOTE: THIS IS NOT IN A PRODUCTION READY STATE

Features

  • TBD

Requirements

  • OpenAI access to gpt-4

Setup

If you don’t have Python installed, install it from here.

  1. Clone this repository

  2. Navigate into the project directory

    $ cd gpt-engineer
  3. Create a new virtual environment

    $ virtualenv virt
    $ source virt/bin/activate
  4. Install the requirements

    $ pip install -r requirements.txt
  5. Make a copy of the example environment variables file

    $ cp .env.example .env
  6. Add your OpenAI API key to the newly created .env file

CLI

  1. Run the application

    $ ./cli.sh

To set up an operation on your machine, please see the example.

Contributing

All contributions are welcome! Reach out for more information.