@singlestore/elegance-sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@singlestore/elegance-sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -199,3 +199,3 @@ 'use strict'; | ||
function createOpenAI(config) { | ||
if (!config) | ||
if (!(config == null ? void 0 : config.apiKey)) | ||
return void 0; | ||
@@ -202,0 +202,0 @@ const openai = new _OpenAI__default.default(config); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117682