You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: