Skip to content

Commit eff295c

Browse files
committed
ruby 2.6 compat
1 parent 58d868d commit eff295c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/openai/http_headers.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ def openai_headers
2525
def azure_headers
2626
{
2727
"Content-Type" => "application/json",
28-
**azure_auth_headers
29-
}
28+
}.merge(azure_auth_headers)
3029
end
3130

3231
def azure_auth_headers

0 commit comments

Comments
 (0)