openai-api
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -38,2 +38,4 @@ "use strict"; | ||
this._construct_parameter("n", this._safe_cast(opts.n)), | ||
this._construct_parameter("logprobs", this._safe_cast(opts.logprobs)), | ||
this._construct_parameter("echo", opts.echo), | ||
); | ||
@@ -40,0 +42,0 @@ return axios.post(url, data, reqOpts); |
{ | ||
"name": "openai-api", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A tiny client module for the openAI API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5456
109