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 322ea6a commit c24210cCopy full SHA for c24210c
lib/openai.rb
@@ -49,7 +49,7 @@ class Configuration
49
DEFAULT_API_VERSION = "v1".freeze
50
DEFAULT_URI_BASE = "https://api.openai.com/".freeze
51
DEFAULT_REQUEST_TIMEOUT = 120
52
- DEFAULT_LOG_ERRORS = true
+ DEFAULT_LOG_ERRORS = false
53
54
def initialize
55
@access_token = nil
0 commit comments