openai-api
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -32,2 +32,3 @@ "use strict"; | ||
this._construct_parameter("max_tokens", this._safe_cast(opts.maxTokens)), | ||
this._construct_parameter("temperature", this._safe_cast(opts.temperature)), | ||
this._construct_parameter("top_p", this._safe_cast(opts.topP)), | ||
@@ -34,0 +35,0 @@ this._construct_parameter("presence_penalty", this._safe_cast(opts.presencePenalty)), |
{ | ||
"name": "openai-api", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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
5315
107