-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22c2e76
commit ffd3aca
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,22 +19,12 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how | |
- Fast handovers back and forth between AI and human | ||
- Simplicity, all computation is "resumable" and persisted to the filesystem | ||
|
||
## Usage | ||
|
||
Choose either **stable** or **development**. | ||
|
||
For **stable** release: | ||
|
||
- `pip install gpt-engineer` | ||
|
||
For **development**: | ||
## Setup | ||
- `git clone [email protected]:AntonOsika/gpt-engineer.git` | ||
- `cd gpt-engineer` | ||
- `pip install -e .` | ||
- (or: `make install && source venv/bin/activate` for a venv) | ||
|
||
**Setup** | ||
|
||
With an api key that has GPT4 access run: | ||
|
||
- `export OPENAI_API_KEY=[your api key]` | ||
|