Anton Osika
20ea0c126a
Simplify archiving process ( #469 )
...
* simplify args
* Fix tests
* Black format
2023-07-02 16:43:13 +02:00
Anton Azarov
60e0a7e1dd
Remove delete_existing option; Introduce archive ( #409 )
...
* Remove `delete_existing` option; Introduce archive
* Update gpt_engineer/db.py
* Update gpt_engineer/main.py
* Update gpt_engineer/main.py
* Update gpt_engineer/steps.py
* Update gpt_engineer/steps.py
---------
Co-authored-by: Anton Osika <anton.osika@gmail.com >
2023-07-02 15:56:31 +02:00
Leonardo Mariga
1c8c1f5bb5
Clarify missing file error ( #384 )
2023-06-25 16:44:37 +02:00
Anton Osika
f159dc45f2
First step in making gpt-engineer learn. Rename main_prompt -> prompt ( #381 )
...
* First step in collecting learnings
* Rename prompts
* remove requirements, use pip install -e . instead
* Add requirements
* Fix tests
2023-06-24 17:53:04 +02:00
Anton Osika
ed1a7da296
Dont require to be in the same folder as the repo to run, v0.0.5
2023-06-22 10:42:35 +02:00
LopeKinz
ac958df8d7
'Refactored by Sourcery' ( #188 )
2023-06-19 13:26:55 +02:00
Anton Osika
16a3278ee3
Update benchmarks
2023-06-18 16:16:57 +02:00
Enzo Martin
8b3862d94d
Fix linting
2023-06-18 10:34:35 +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
Anton Osika
b43bb1f407
Fix subfolders
2023-06-17 12:03:19 +02:00
Ryan Jalynski
1d0a3ff627
Update db.py
2023-06-16 23:36:08 -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
Jack Eadie
6f8e976a42
Make gpt-engineer pip installable/runnable ( #60 )
2023-06-16 13:25:29 +02:00