@ai-sdk/openai
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -199,3 +199,3 @@ "use strict"; | ||
logit_bias: this.settings.logitBias, | ||
logprobs: this.settings.logprobs === true || typeof this.settings.logprobs === "number", | ||
logprobs: this.settings.logprobs === true || typeof this.settings.logprobs === "number" ? true : void 0, | ||
top_logprobs: typeof this.settings.logprobs === "number" ? this.settings.logprobs : typeof this.settings.logprobs === "boolean" ? this.settings.logprobs ? 0 : void 0 : void 0, | ||
@@ -202,0 +202,0 @@ user: this.settings.user, |
@@ -199,3 +199,3 @@ "use strict"; | ||
logit_bias: this.settings.logitBias, | ||
logprobs: this.settings.logprobs === true || typeof this.settings.logprobs === "number", | ||
logprobs: this.settings.logprobs === true || typeof this.settings.logprobs === "number" ? true : void 0, | ||
top_logprobs: typeof this.settings.logprobs === "number" ? this.settings.logprobs : typeof this.settings.logprobs === "boolean" ? this.settings.logprobs ? 0 : void 0 : void 0, | ||
@@ -202,0 +202,0 @@ user: this.settings.user, |
@@ -196,3 +196,3 @@ "use strict"; | ||
logit_bias: this.settings.logitBias, | ||
logprobs: this.settings.logprobs === true || typeof this.settings.logprobs === "number", | ||
logprobs: this.settings.logprobs === true || typeof this.settings.logprobs === "number" ? true : void 0, | ||
top_logprobs: typeof this.settings.logprobs === "number" ? this.settings.logprobs : typeof this.settings.logprobs === "boolean" ? this.settings.logprobs ? 0 : void 0 : void 0, | ||
@@ -199,0 +199,0 @@ user: this.settings.user, |
{ | ||
"name": "@ai-sdk/openai", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
463844