Enzo Martin
e29e7bec2f
Enhance philosophy to include supporting documents
...
- Create instructions for running/compiling the project
- Create any package manager files
2023-06-18 10:06:28 +02:00
Enzo Martin
9c24119f91
Generate instructions for all platforms
...
- Update prompt to create instructions for all 3 major OS platforms
- Fix small typo
2023-06-18 10:06:17 +02:00
Enzo Martin
50c505c459
Add support for directory creation and binary files
...
- Use the `Path` module instead of `os`
- Add ability to create any amount of missing directories for a given file
- Add ability to save both text and binary files to save images (or other file types) later
2023-06-18 10:05:59 +02:00
Enzo Martin
b97563726f
Add cleanup & move projects to their own directory
...
- Add optional argument to clean and delete the working directories of the project before running the prompt
- Add `.gitignore` entry to ignore all possible projects
- Update readme
2023-06-18 10:05:45 +02:00
Vicente Reyes
c4c1203fc0
Minor formatting fixes in Readme; fix main python command ( #97 )
2023-06-17 18:11:15 +02:00
Philipp Kohler
4a914a298a
added .idea folder of jetbrains IDEs to gitignore ( #111 )
2023-06-17 17:53:03 +02:00
jjzhuo
cde2595ccc
Fix an exception for gpt response with lang=sh ( #105 )
2023-06-17 16:35:43 +02:00
Emil Ahlbäck
98ebaa221f
gpt-engineer -> super smart
2023-06-17 15:23:55 +02:00
Emil Ahlbäck
05474e806c
make unit tests default
2023-06-17 15:21:13 +02:00
Anton Osika
2a7359202c
Script to wipe all files apart from prompts from benchmark
2023-06-17 14:18:00 +02:00
Emil Ahlbäck
6a3f7eb9de
fix "no" not working
2023-06-17 14:12:38 +02:00
Anton Osika
5cb6b4539b
Execute step
2023-06-17 14:10:29 +02:00
Anton Osika
b07fbe1315
add execute step
2023-06-17 13:52:37 +02:00
Anton Osika
8409c253aa
Merge pull request #100 from AntonOsika/follgad/unit_tests
...
Add steps for unit_tests and specification
2023-06-17 13:50:15 +02:00
Emil Ahlbäck
e2e0942690
fsystem -> fuser, main prompt -> instructions
2023-06-17 13:49:37 +02:00
Anton Osika
6715359ba1
Update identity/respec
2023-06-17 13:49:00 +02:00
Anton Osika
7f6cab7aa2
Update gpt_engineer/steps.py
2023-06-17 13:45:03 +02:00
Emil Ahlbäck
d12b32f828
add BENCHMARKS.md
2023-06-17 13:41:38 +02:00
Anton Osika
3300f735fd
Update README.md
2023-06-17 13:40:17 +02:00
Emil Ahlbäck
d30e079571
add unit_tests files
2023-06-17 13:39:56 +02:00
Anton Osika
14a6fa3d1c
Merge pull request #61 from AntonOsika/pre-commit-setup
...
Pre commit setup
2023-06-17 13:38:01 +02:00
Emil Ahlbäck
fa1df72bf3
add unit_tests and spec/respec
2023-06-17 13:37:45 +02:00
Anton Osika
03d8fff5d2
Make steps configurable
2023-06-17 13:02:16 +02:00
Anton Osika
ee0737b6e3
Add benchmark script
2023-06-17 12:11:34 +02:00
Anton Osika
f076ae286e
Add benchmarks
2023-06-17 12:06:50 +02:00
Anton Osika
b43bb1f407
Fix subfolders
2023-06-17 12:03:19 +02:00
Anton Osika
41cf8d0ab5
Update README.md
2023-06-17 11:06:26 +02:00
Anton Osika
3487363a23
Simplify
2023-06-17 11:04:46 +02:00
Anton Osika
64f29b2806
Merge pull request #89 from Ryan526/main
...
Fix: Ensure Directory Exists Before File Write Operation in db.py
2023-06-17 11:00:23 +02:00
Ryan Jalynski
1d0a3ff627
Update db.py
2023-06-16 23:36:08 -04:00
Ryan Jalynski
aa49ca129b
Merge branch 'AntonOsika:main' into main
2023-06-16 20:41:27 -04:00
Ryan Jalynski
6f63b8039d
Update db.py
...
Ensure directory exists before attempting to write file in db.py
2023-06-16 19:01:27 -04:00
Anton Osika
28cb9dfeaf
Update README.md
2023-06-16 22:38:07 +02:00
Anton Osika
f37b835040
Update README.md
2023-06-16 22:36:08 +02:00
Anton Osika
d952feae9c
Update README.md
2023-06-16 22:32:02 +02:00
Anton Osika
c3dc362df6
Update README.md
2023-06-16 22:31:33 +02:00
Anton Osika
414cfbd18b
Update README.md
2023-06-16 22:27:19 +02:00
Anton Osika
fb9a35846a
Add gif, remove obvious lines and make instructions less "magic" in readme
2023-06-16 22:26:27 +02:00
Patilla Code
25a6c31d4f
add proper way to install and run in the README after the changes from #60 ( #76 )
2023-06-16 14:26:41 +02:00
Jack Eadie
6f8e976a42
Make gpt-engineer pip installable/runnable ( #60 )
2023-06-16 13:25:29 +02:00
PatillaCode
55e71f4654
add link to CONTRIBUTING.md
2023-06-16 03:20:22 +02:00
PatillaCode
2f241fe9b5
fix README.md + add CONTRIBUTING.md
2023-06-16 03:12:01 +02:00
PatillaCode
1123502583
order pre-commit mirrors
2023-06-16 02:30:51 +02:00
PatillaCode
331de0f76b
add pre-commit dependency
2023-06-16 02:00:48 +02:00
PatillaCode
7ed75d175b
add pre-commit-config
2023-06-16 01:59:45 +02:00
PatillaCode
ad072468b4
add .env to .gitignore
2023-06-16 01:55:19 +02:00
Patilla Code
12cb93fc7a
Merge pull request #40 from jnichols0/main
...
Revert model to gpt-3.5-turbo when gpt-4 is not available.
2023-06-15 22:07:14 +02:00
Patilla Code
68e4a58975
Merge pull request #23 from JackLeeHal/main
...
add multi-language support for file read
2023-06-15 21:09:21 +02:00
Anton Osika
3538a4c6a6
Merge pull request #52 from patillacode/minor-clean-up
...
Minor clean up
2023-06-15 20:20:51 +02:00
Anton Osika
65e1171605
Merge pull request #27 from mrowan137/update_readme
...
Update README.md
2023-06-15 20:00:53 +02:00