openai-powershell icon indicating copy to clipboard operation
openai-powershell copied to clipboard

$env:USERPROFILE 在 Unix 中可能为 null

Open ioxinfty opened this issue 1 month ago • 0 comments

New-ChatCompletions.ps1 中使用的变量 $env:USERPROFILE 在 Unix 中可能为 null 。 需要使用变量 $env:HOME

ioxinfty avatar Oct 25 '25 08:10 ioxinfty