GPT CLI Tool
This is a command line tool for interacting with the GPT API.
Usage
Note: This tool requires OpenAI API key.
python app.py --help
Commands:
authenticationResponse is only generated after the API key is setget-datetimeReturns the time when the key was setget-keyReturns the authentication API key in useget-selected-modelReturns the selected AI model in usemodelChecks whether the passed model is supported and sets it as the selected modelpromptReturns a generated response from the GPT servershow-supported-modelsReturns the list of supported models using the GPT API
Options:
--helpShow this message and exit.