Linux tool that generates code using OpenAI's Codex model.
You can download the binary for linux_x64.
go build Get your OpenAI API key from here and set the env variable.
export OPENAI_TOKEN=<your_token>codegpt <instruction>$ codegpt 'bash command to remove tmp files'
rm -rf /tmp/*