当然,使用时要有 OpenAI 的 API key ,并且由于神秘力量的影响国内需要打开系统代理。
安装:
Install-Module PowerGPT
第一次使用时需要输入 OpenAi API Key ,使用方法:
$ PowerGPT "list all files in current folder with created date"
Will execute script:
-----
Get-ChildItem | Select-Object Name, CreationTime
-----
仓库地址: https://github.com/ouromoros/PowerGPT
欢迎大家试用以及 Star ;)