Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 7fbed5d

Browse files
authored
Merge pull request #983 from gpt-engineer-org/github-links
correct github urls
2 parents 2cb23fe + fbff3b2 commit 7fbed5d

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roadmap
22

3-
<img width="800" alt="image" src="https://github.com/AntonOsika/gpt-engineer/assets/4467025/1af9a457-1ed8-4ab3-90e6-4fa52bbb8c09">
3+
<img width="800" alt="image" src="https://github.com/gpt-engineer-org/gpt-engineer/assets/4467025/1af9a457-1ed8-4ab3-90e6-4fa52bbb8c09">
44

55

66
There are three main milestones we believe will greatly increase gpt-engineer's reliability and capability:
@@ -11,9 +11,9 @@ There are three main milestones we believe will greatly increase gpt-engineer's
1111
## Our current focus:
1212

1313
- [x] **Continuous evaluation of progress 🎉**
14-
- [x] Create a step that asks “did it run/work/perfect” in the end of each run [#240](https://github.com/AntonOsika/gpt-engineer/issues/240) 🎉
14+
- [x] Create a step that asks “did it run/work/perfect” in the end of each run [#240](https://github.com/gpt-engineer-org/gpt-engineer/issues/240) 🎉
1515
- [x] Collect a dataset for gpt engineer to learn from, by storing code generation runs 🎉
16-
- [ ] Run the benchmark multiple times, and document the results for the different "step configs" [#239](https://github.com/AntonOsika/gpt-engineer/issues/239)
16+
- [ ] Run the benchmark multiple times, and document the results for the different "step configs" [#239](https://github.com/gpt-engineer-org/gpt-engineer/issues/239)
1717
- [ ] Improve the default config based on results
1818
- [ ] **Self healing code**
1919
- [ ] Run the generated tests

TERMS_OF_USE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Terms of Use
22

3-
Welcome to gpt-engineer! By utilizing this powerful tool, you acknowledge and agree to the following comprehensive Terms of Use. We also encourage you to review the linked [disclaimer of warranty](https://github.com/AntonOsika/gpt-engineer/blob/main/DISCLAIMER.md) for additional information.
3+
Welcome to gpt-engineer! By utilizing this powerful tool, you acknowledge and agree to the following comprehensive Terms of Use. We also encourage you to review the linked [disclaimer of warranty](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/DISCLAIMER.md) for additional information.
44

55
Both OpenAI, L.L.C. and the dedicated creators behind the remarkable gpt-engineer have implemented a data collection process focused on enhancing the product's capabilities. This endeavor is undertaken with utmost care and dedication to safeguarding user privacy. Rest assured that no information that could be directly attributed to any individual is stored.
66

WINDOWS_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now you can use `%OPENAI_API_KEY%` when prompted to input your key.
6161
- `gpt-engineer projects/my-new-project`
6262
- (Note, `gpt-engineer --help` lets you see all available options. For example `--steps use_feedback` lets you improve/fix code in a project)
6363

64-
By running gpt-engineer you agree to our [ToS](https://github.com/AntonOsika/gpt-engineer/blob/main/TERMS_OF_USE.md).
64+
By running gpt-engineer you agree to our [ToS](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/TERMS_OF_USE.md).
6565

6666
### Results
6767

citation.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ authors:
66
title: gpt-engineer
77
version: 0.1.0
88
date-released: 2023-04-23
9-
repository-code: https://github.com/AntonOsika/gpt-engineer
9+
repository-code: https://github.com/gpt-engineer-org/gpt-engineer
1010
url: https://gpt-engineer.readthedocs.io

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Running using docker cli**:
44

55
Building the image:
6-
- `git clone https://github.com/AntonOsika/gpt-engineer.git`
6+
- `git clone https://github.com/gpt-engineer-org/gpt-engineer.git`
77
- `cd gpt-engineer`
88
- `docker build --rm -t gpt-engineer -f docker/Dockerfile .`
99

@@ -15,7 +15,7 @@ The `-v` flag mounts the `your-project` folder into the container. Make sure to
1515
**Running using docker-compose cli**:
1616

1717
Building the image:
18-
- `git clone https://github.com/AntonOsika/gpt-engineer.git`
18+
- `git clone https://github.com/gpt-engineer-org/gpt-engineer.git`
1919
- `cd gpt-engineer`
2020
- `docker-compose -f docker-compose.yml build`
2121
- `docker-compose run --rm gpt-engineer`

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can either clone the public repository:
3232

3333
.. code-block:: console
3434
35-
$ git clone https://github.com/AntonOsika/gpt-engineer.git
35+
$ git clone https://github.com/gpt-engineer-org/gpt-engineer.git
3636
3737
Once you have a copy of the source, you can install it with:
3838

@@ -43,7 +43,7 @@ Once you have a copy of the source, you can install it with:
4343
$ poetry shell
4444
4545
46-
.. _Github repo: https://github.com/AntonOsika/gpt-engineer.git
46+
.. _Github repo: https://github.com/gpt-engineer-org/gpt-engineer.git
4747

4848
Troubleshooting
4949
-------------

docs/intro/gate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ GPT-Engineer is an open-source project, and contributions from the community are
3131

3232
## References
3333

34-
- [GPT-Engineer GitHub Repository](https://github.com/AntonOsika/gpt-engineer)
34+
- [GPT-Engineer GitHub Repository](https://github.com/gpt-engineer-org/gpt-engineer)

docs/intro/repository_stats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ The GPT-Engineer repository is a project developed by Anton Osika, which uses GP
66

77

88
## Contributing
9-
Contributions are welcome. If you want to contribute, please check out the [roadmap](https://github.com/AntonOsika/gpt-engineer/blob/main/ROADMAP.md), [projects](https://github.com/AntonOsika/gpt-engineer/projects?query=is%3Aopen) or [issues tab](https://github.com/AntonOsika/gpt-engineer/issues) in the GitHub repo. You can also join the [Discord](https://discord.gg/4t5vXHhu) for discussions.
9+
Contributions are welcome. If you want to contribute, please check out the [roadmap](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/ROADMAP.md), [projects](https://github.com/gpt-engineer-org/gpt-engineer/projects?query=is%3Aopen) or [issues tab](https://github.com/gpt-engineer-org/gpt-engineer/issues) in the GitHub repo. You can also join the [Discord](https://discord.gg/4t5vXHhu) for discussions.
1010

1111
<br>
1212

1313
## Example
14-
You can find an example of the project in action [here](https://github.com/AntonOsika/gpt-engineer/assets/4467025/6e362e45-4a94-4b0d-973d-393a31d92d9b).
14+
You can find an example of the project in action [here](https://github.com/gpt-engineer-org/gpt-engineer/assets/4467025/6e362e45-4a94-4b0d-973d-393a31d92d9b).
1515

1616
<video width="100%" controls>
17-
<source src="https://github.com/AntonOsika/gpt-engineer/assets/4467025/6e362e45-4a94-4b0d-973d-393a31d92d9b
17+
<source src="https://github.com/gpt-engineer-org/gpt-engineer/assets/4467025/6e362e45-4a94-4b0d-973d-393a31d92d9b
1818
" type="video/mp4">
1919
Your browser does not support the video tag.
2020
</video>

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run
2020
- `gpt-engineer projects/my-new-project`
2121
- (Note, `gpt-engineer --help` lets you see all available options. For example `--steps use_feedback` lets you improve/fix code in a project)
2222

23-
By running gpt-engineer you agree to our [terms](https://github.com/AntonOsika/gpt-engineer/blob/main/TERMS_OF_USE.md).
23+
By running gpt-engineer you agree to our [terms](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/TERMS_OF_USE.md).
2424

2525
Results
2626
=======
@@ -30,4 +30,4 @@ Results
3030
To **run in the browser** you can simply:
3131

3232
.. image:: https://github.com/codespaces/badge.svg
33-
:target: https://github.com/AntonOsika/gpt-engineer/codespaces
33+
:target: https://github.com/gpt-engineer-org/gpt-engineer/codespaces

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Specify what you want it to build, the AI asks for clarification,
55
authors = ["Anton Osika <anton.osika@gmail.com>"]
66
license = "MIT"
77
readme = "README.md"
8-
homepage = "https://github.com/AntonOsika/gpt-engineer"
9-
repository = "https://github.com/AntonOsika/gpt-engineer"
8+
homepage = "https://github.com/gpt-engineer-org/gpt-engineer"
9+
repository = "https://github.com/gpt-engineer-org/gpt-engineer"
1010
documentation = "https://gpt-engineer.readthedocs.io/en/latest/"
1111
classifiers = [
1212
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)