Skip to content

Commit aabe6b8

Browse files
authored
Merge pull request #1133 from gpt-engineer-org/viborc-patch-1
2 parents f8bf9fe + 6665925 commit aabe6b8

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# GPT-Engineer
1+
# gpt-engineer
22

3-
[![Discord Follow](https://dcbadge.vercel.app/api/server/8tcDQ89Ej2?style=flat)](https://discord.gg/8tcDQ89Ej2)
43
[![GitHub Repo stars](https://img.shields.io/github/stars/gpt-engineer-org/gpt-engineer?style=social)](https://github.com/gpt-engineer-org/gpt-engineer)
4+
[![Discord Follow](https://dcbadge.vercel.app/api/server/8tcDQ89Ej2?style=flat)](https://discord.gg/8tcDQ89Ej2)
5+
[![License](https://img.shields.io/github/license/gpt-engineer-org/gpt-engineer)](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/LICENSE)
6+
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/gpt-engineer-org/gpt-engineer)](https://github.com/gpt-engineer-org/gpt-engineer/issues)
7+
![GitHub Release](https://img.shields.io/github/v/release/gpt-engineer-org/gpt-engineer)
58
[![Twitter Follow](https://img.shields.io/twitter/follow/antonosika?style=social)](https://twitter.com/antonosika)
69

7-
GPT-engineer lets you:
8-
- Specify a software in natural language
10+
gpt-engineer lets you:
11+
- Specify software in natural language
912
- Sit back and watch as an AI writes and executes the code
1013
- Ask the AI to implement improvements
1114

@@ -23,7 +26,7 @@ For **development**:
2326
- `poetry install`
2427
- `poetry shell` to activate the virtual environment
2528

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/).
2730

2831
### Setup API Key
2932

@@ -36,7 +39,7 @@ Choose **one** of:
3639
- Custom model:
3740
- See [docs](https://gpt-engineer.readthedocs.io/en/latest/open_models.html), supports local model, azure, etc.
3841

39-
Check the [Windows README](./WINDOWS_README.md) for windows usage.
42+
Check the [Windows README](./WINDOWS_README.md) for Windows usage.
4043

4144
**Other ways to run:**
4245
- Use Docker ([instructions](docker/README.md))
@@ -58,9 +61,9 @@ Check the [Windows README](./WINDOWS_README.md) for windows usage.
5861
By running gpt-engineer you agree to our [terms](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/TERMS_OF_USE.md).
5962

6063

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 git controlled codebase.
64+
## Relation to gptengineer.app (GPT Engineer)
65+
[gptengineer.app](https://gptengineer.app/) is a commercial project for the automatic generation of web apps.
66+
It features a UI for non-technical users connected to a git-controlled codebase.
6467
The gptengineer.app team is actively supporting the open source community.
6568

6669

@@ -73,13 +76,13 @@ Editing the `preprompts` is how you make the agent remember things between proje
7376

7477
### Vision
7578

76-
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 specifiying an image directory with the --image_directory flag and setting a vision capable 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.
7780

7881
E.g. `gpte projects/example-vision gpt-4-vision-preview --prompt_file prompt/text --image_directory prompt/images -i`
7982

8083
### Open source, local and alternative models
8184

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.
8386

8487
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.
8588

@@ -93,7 +96,7 @@ If you want to see our broader ambitions, check out the [roadmap](https://github
9396
[discord](https://discord.gg/8tcDQ89Ej2)
9497
to get input on how you can [contribute](.github/CONTRIBUTING.md) to it.
9598

96-
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.
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.
97100

98101
## Example
99102

0 commit comments

Comments
 (0)