#!/usr/bin/env -S tea bash #--- # dependencies: # charm.sh/gum: '*' #--- set -eo pipefail # attempt to get the key from the user’s shell rc files (if set) if [ -z "$OPENAI_API_KEY" -a -n "$SHELL" ]; then export OPENAI_API_KEY="$(env -i "$SHELL" -ic 'echo $OPENAI_API_KEY')" fi 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"