You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/gpt-engineer-org/gpt-engineer/issues)
- Sit back and watch as an AI writes and executes the code
10
13
- Ask the AI to implement improvements
11
14
@@ -23,7 +26,7 @@ For **development**:
23
26
-`poetry install`
24
27
-`poetry shell` to activate the virtual environment
25
28
26
-
We actively support Python 3.10 - 3.12. The last version to support python 3.8 - 3.9 was [0.2.6](https://pypi.org/project/gpt-engineer/0.2.6/).
29
+
We actively support Python 3.10 - 3.12. The last version to support Python 3.8 - 3.9 was [0.2.6](https://pypi.org/project/gpt-engineer/0.2.6/).
27
30
28
31
### Setup API Key
29
32
@@ -36,7 +39,7 @@ Choose **one** of:
36
39
- Custom model:
37
40
- See [docs](https://gpt-engineer.readthedocs.io/en/latest/open_models.html), supports local model, azure, etc.
38
41
39
-
Check the [Windows README](./WINDOWS_README.md) for windows usage.
42
+
Check the [Windows README](./WINDOWS_README.md) for Windows usage.
40
43
41
44
**Other ways to run:**
42
45
- Use Docker ([instructions](docker/README.md))
@@ -58,9 +61,9 @@ Check the [Windows README](./WINDOWS_README.md) for windows usage.
58
61
By running gpt-engineer you agree to our [terms](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/TERMS_OF_USE.md).
59
62
60
63
61
-
## Relation to gptengineer.app
62
-
[gptengineer.app](https://gptengineer.app/) is a commercial project for automatic generation of web-apps.
63
-
It features a UI for non-technical users, connected to a gitcontrolled codebase.
64
+
## Relation to gptengineer.app (GPT Engineer)
65
+
[gptengineer.app](https://gptengineer.app/) is a commercial project for the automatic generation of webapps.
66
+
It features a UI for non-technical users connected to a git-controlled codebase.
64
67
The gptengineer.app team is actively supporting the open source community.
65
68
66
69
@@ -73,13 +76,13 @@ Editing the `preprompts` is how you make the agent remember things between proje
73
76
74
77
### Vision
75
78
76
-
By default, GPT Engineer expects text input via a `prompt` file. It can also accept imagine inputs for visioncapable models. This can be useful for adding UX or architecture diagrams as additional context for GPT Engineer. You can do this by specifiying an image directory with the --image_directory flag and setting a visioncapable model in the second cli argument.
79
+
By default, gpt-engineer expects text input via a `prompt` file. It can also accept imagine inputs for vision-capable models. This can be useful for adding UX or architecture diagrams as additional context for GPT Engineer. You can do this by specifying an image directory with the—-image_directory flag and setting a vision-capable model in the second cli argument.
77
80
78
81
E.g. `gpte projects/example-vision gpt-4-vision-preview --prompt_file prompt/text --image_directory prompt/images -i`
79
82
80
83
### Open source, local and alternative models
81
84
82
-
By defaul GPT Engineer supports OpenAI Models via the OpenAI API or Azure Open AI API, and Anthropic models.
85
+
By default, gpt-engineer supports OpenAI Models via the OpenAI API or Azure Open AI API, and Anthropic models.
83
86
84
87
With a little extra set up you can also run with open source models, like WizardCoder. See the [documentation](https://gpt-engineer.readthedocs.io/en/latest/open_models.html) for example instructions.
85
88
@@ -93,7 +96,7 @@ If you want to see our broader ambitions, check out the [roadmap](https://github
93
96
[discord](https://discord.gg/8tcDQ89Ej2)
94
97
to get input on how you can [contribute](.github/CONTRIBUTING.md) to it.
95
98
96
-
gpt-engineer is [governed](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/GOVERNANCE.md) by a board of longterm contributors. If you contribute routinely and have an interest in shaping the future of gpt-engineer, you will be considered for the board.
99
+
gpt-engineer is [governed](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/GOVERNANCE.md) by a board of long-term contributors. If you contribute routinely and have an interest in shaping the future of gpt-engineer, you will be considered for the board.
0 commit comments