Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openai-api

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai-api - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

1

index.js

@@ -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)),

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc