Skip to content

Commit

Permalink
Update Get-OpenAIAPIParameter.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jun 29, 2024
1 parent a862a56 commit 613f499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion private/Get-OpenAIAPIParameter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function Get-OpenAIAPIParameter {
MaxRetryCount = $context.MaxRetryCount
}
} else {
Get-OpenAIContext | Out-String | Write-Warning
throw "No API key found in the context. Please set the API key using Set-TuneProvider."
}
}
Expand Down

0 comments on commit 613f499

Please sign in to comment.