Skip to content

Commit c24210c

Browse files
committed
Revert
1 parent 322ea6a commit c24210c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openai.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Configuration
4949
DEFAULT_API_VERSION = "v1".freeze
5050
DEFAULT_URI_BASE = "https://api.openai.com/".freeze
5151
DEFAULT_REQUEST_TIMEOUT = 120
52-
DEFAULT_LOG_ERRORS = true
52+
DEFAULT_LOG_ERRORS = false
5353

5454
def initialize
5555
@access_token = nil

0 commit comments

Comments
 (0)