Getting Started
Prerequisites
This cli tool highly depends on curl for request to api & jq to parse the json response.
• Open api key is required.Create an OpenAI account and get free api key from OpenAI.
Installation
Note : After running installation command it will prompt you to enter openAI api key, enter your api key when prompted.
Android
Install termux (guide).
Termux package
pkg
install
curl
-y