Private/Test-OpenAIKey.ps1
function Test-OpenAIKey { -not [string]::IsNullOrEmpty($env:OpenAIKey) } |
function Test-OpenAIKey { -not [string]::IsNullOrEmpty($env:OpenAIKey) } |