RAY
SONG
Coding Tools

vow
github

Run command directly generated by GPT.

vow -h
usage: vow [-h] [-reset] [-show] [-model] ...

Vow CLI Tool

positional arguments:
command Command to ask for GPT model

optional arguments:
-h, --help show this help message and exit
-reset Reset the stored API key to default
-show Show the current API key
-model Change the GPT model

vow install tensorflow

The following command will run:
================================
pip install tensorflow
================================
Are you sure to run? (y/n)
n
================================
Command cancelled.