mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-18 21:25:11 +01:00
This commit is contained in:
@@ -17,14 +17,15 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
**Setup**:
|
**Setup**:
|
||||||
|
- `git clone https://github.com/AntonOsika/gpt-engineer.git`
|
||||||
- `pip install -r requirements.txt`
|
- `cd gpt-engineer`
|
||||||
|
- `pip install .`
|
||||||
- `export OPENAI_API_KEY=[your api key]` with a key that has GPT4 access
|
- `export OPENAI_API_KEY=[your api key]` with a key that has GPT4 access
|
||||||
|
|
||||||
**Run**:
|
**Run**:
|
||||||
- Create a new empty folder with a `main_prompt` file (or copy the example folder `cp -r example/ my-new-project`)
|
- Create a new empty folder with a `main_prompt` file (or copy the example folder `cp -r example/ my-new-project`)
|
||||||
- Fill in the `main_prompt` in your new folder
|
- Fill in the `main_prompt` in your new folder
|
||||||
- Run `python main.py my-new-project`
|
- Run `gpt-engineer my-new-project`
|
||||||
|
|
||||||
**Results**:
|
**Results**:
|
||||||
- Check the generated files in my-new-project/workspace
|
- Check the generated files in my-new-project/workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user