ossapp icon indicating copy to clipboard operation
ossapp copied to clipboard

gpt-engineer not creating needed directories

Open clickbrain opened this issue 2 years ago • 3 comments

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.

clickbrain avatar Jul 01 '23 15:07 clickbrain

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)

clickbrain avatar Jul 01 '23 16:07 clickbrain

I've done a little work here but GPT engineer is still a little borked currently.

I'll add the sample projects

mxcl avatar Jul 21 '23 14:07 mxcl

Screenshot 2023-07-21 at 10 09 46 AM

that's all I can find in the sources

mxcl avatar Jul 21 '23 14:07 mxcl