#!/bin/bash #--- # dependencies: # charm.sh/gum: '*' #--- set -eo pipefail if [ -z "$OPENAI_API_KEY"]; then gum format < https://platform.openai.com/account/api-keys GPT4 is recommended (but you gotta sign up for the the [waitlist](https://openai.com/waitlist/gpt-4-api)) **this key will not be persisted by tea!** EoMD echo # spacer export OPENAI_API_KEY="$(gum input --placeholder 'key pls')" fi gum format < we are writing snake in python. MVC components split in separate files. keyboard control. type your prompt below (⌃D when done) EoMD echo #spacer prompt="$(gum write --placeholder 'main prompt…')" gum format < "$docs/$title/main_prompt" gum format < output will be written to \`$docs/$title\` # running \`gpt-engineer\` EoMD exec gpt-engineer "$docs/$title"