openai-api
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -16,2 +16,3 @@ declare module 'openai-api' { | ||
bestOf?: number; | ||
user?: string; | ||
logitBias?: { [ token: string ]: number } | ||
@@ -18,0 +19,0 @@ } |
{ | ||
"name": "openai-api", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"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
9918
203