openai-api
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "openai-api", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A tiny client module for the openAI API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ # openai-api | ||
stream: false, | ||
stop: ['\n', "testing"]in | ||
stop: ['\n', "testing"] | ||
}); | ||
@@ -39,0 +39,0 @@ |
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
5226