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.
2 parents 122f12e + 2da99b9 commit 72a37e7Copy full SHA for 72a37e7
lib/openai/client.rb
@@ -5,7 +5,7 @@ class Client
5
SENSITIVE_ATTRIBUTES = %i[@access_token @admin_token @organization_id @extra_headers].freeze
6
CONFIG_KEYS = %i[access_token admin_token api_type api_version extra_headers
7
log_errors organization_id request_timeout uri_base].freeze
8
- attr_reader *CONFIG_KEYS, :faraday_middleware
+ attr_reader(*CONFIG_KEYS, :faraday_middleware)
9
attr_writer :access_token
10
11
def initialize(config = {}, &faraday_middleware)
0 commit comments