Skip to content

Commit

Permalink
Update Set-TuneProvider.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jun 29, 2024
1 parent 6b83493 commit aa974d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Set-TuneProvider.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function Set-TuneProvider {
write-warning "Setting OpenAI context..."
$splat | Out-String | Write-Warning
$null = Set-OpenAIContext @splat

Get-OpenAIContext | Out-String | Write-Warning
# get context values to pass to Get-OpenAIAPIParameter
$context = Get-OpenAIContext
$currentDefaults['Get-OpenAIAPIParameter:Parameters'] = $script:defaultapiparms = @{
Expand Down

0 comments on commit aa974d8

Please sign in to comment.