10x Engineer
- TBD
- OpenAI access to gpt-4
If you don’t have Python installed, install it from here.
-
Clone this repository
-
Navigate into the project directory
$ cd gpt-engineer
-
Create a new virtual environment
$ virtualenv virt $ source virt/bin/activate
-
Install the requirements
$ pip install -r requirements.txt
-
Make a copy of the example environment variables file
$ cp .env.example .env
-
Add your OpenAI API key to the newly created
.env
file
-
Run the application
$ ./cli.sh
To set up an operation on your machine, please see the example.
All contributions are welcome! Reach out for more information.