README ¶ ShellGPT The ChatGPT in shell. Usage Usage of ./shellgpt: -api-key string OpenAI API key -api-url string OpenAI API base url (default "https://api.openai.com/v1") Run in Docker (recommend) export MY_OPENAI_API_KEY="sk-ThisIsNotTheRealSecretKey" docker run -it --rm fredtan/shellgpt -api-key="$MY_OPENAI_API_KEY" # or echo "OPENAI_API_KEY=sk-ThisIsNotTheRealSecretKey" > ./shellgpt.env docker run -it --rm --env-file ./shellgpt.env fredtan/shellgpt Build from source git clone https://github.com/fredtanxo/shellgpt.git cd shellgpt make License GPL-3.0 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files banner.go handler.go main.go Click to show internal directories. Click to hide internal directories.