We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2b108 commit 95efe89Copy full SHA for 95efe89
1 file changed
Private/Initialize-OpenAIAPIRequestParam.ps1
@@ -119,6 +119,7 @@ function Initialize-OpenAIAPIRequestParam {
119
}
120
121
$InternalParams.Body = $Body
122
+ $InternalParams.ContentType = $ContentType
123
124
return $InternalParams
125
0 commit comments