We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff295c commit 0e788d0Copy full SHA for 0e788d0
lib/openai/http_headers.rb
@@ -24,7 +24,7 @@ def openai_headers
24
25
def azure_headers
26
{
27
- "Content-Type" => "application/json",
+ "Content-Type" => "application/json"
28
}.merge(azure_auth_headers)
29
end
30
0 commit comments