mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-20 14:14:51 +01:00
12
README.md
12
README.md
@@ -19,12 +19,22 @@ 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
|
- Fast handovers back and forth between AI and human
|
||||||
- Simplicity, all computation is "resumable" and persisted to the filesystem
|
- Simplicity, all computation is "resumable" and persisted to the filesystem
|
||||||
|
|
||||||
## Setup
|
## Usage
|
||||||
|
|
||||||
|
Choose either **stable** or **development**.
|
||||||
|
|
||||||
|
For **stable** release:
|
||||||
|
|
||||||
|
- `pip install gpt-engineer`
|
||||||
|
|
||||||
|
For **development**:
|
||||||
- `git clone git@github.com:AntonOsika/gpt-engineer.git`
|
- `git clone git@github.com:AntonOsika/gpt-engineer.git`
|
||||||
- `cd gpt-engineer`
|
- `cd gpt-engineer`
|
||||||
- `pip install -e .`
|
- `pip install -e .`
|
||||||
- (or: `make install && source venv/bin/activate` for a venv)
|
- (or: `make install && source venv/bin/activate` for a venv)
|
||||||
|
|
||||||
|
**Setup**
|
||||||
|
|
||||||
With an api key that has GPT4 access run:
|
With an api key that has GPT4 access run:
|
||||||
|
|
||||||
- `export OPENAI_API_KEY=[your api key]`
|
- `export OPENAI_API_KEY=[your api key]`
|
||||||
|
|||||||
Reference in New Issue
Block a user