gpt-engineer not creating needed directories
gpt-engineer typically installs with a sample Projects directory and also the main prompt files. When I look in the gpt-engineer directory and I am not seeing any of the standard files in an install.
~/.tea/github.com/AntonOsika/gpt-engineer/
Maybe they are being placed elsewhere, but it isn't clear where. Apologies if this should be clear or if there is a standard Folder format for Tea I am not aware of.
Here are the steps usually required after install from the readme:
Setup With an api key that has GPT4 access run: export OPENAI_API_KEY=[your api key] Run: Create an empty folder. If inside the repo, you can run: cp -r projects/example/ projects/my-new-project Fill in the prompt file in your new folder gpt-engineer projects/my-new-project (Note, gpt-engineer --help lets you see all available options. For example --steps use_feedback lets you improve/fix code in a project)
I've done a little work here but GPT engineer is still a little borked currently.
I'll add the sample projects
that's all I can find in the sources