We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a897ba commit dd3d0daCopy full SHA for dd3d0da
.gitignore
@@ -14,7 +14,7 @@
14
/.yardoc
15
/_yardoc/
16
/doc/
17
-
+/TAGS
18
19
# Used by dotenv library to load environment variables.
20
.env
lib/openai/http_headers.rb
@@ -19,7 +19,7 @@ def openai_headers
"Content-Type" => "application/json",
"Authorization" => "Bearer #{@access_token}",
21
"OpenAI-Organization" => @organization_id
22
- }
+ }.compact
23
end
24
25
def azure_headers
0 commit comments