PS-OpenAI is a PowerShell module that provides a set of functions to help manage an OpenAI account.
PS-OpenAI can be installed directly from PowerShell Gallery go to https://www.powershellgallery.com/packages/PS-OpenAI
-
This project is not affiliated with OpenAI in any way. #unofficial
-
This is a personal project and will be maintained in my own time. #community-maintained
If you have an problem or question, please open an issue at https://github.com/mc1903/PS-OpenAI/issues
-
You are encouraged to use system environment variables for your API Key and OrganizationID:
$env:OpenAIApiKey = "sk-"
$env:OpenAIOrgID = "org-"