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.13 to 1.0.14

4

package.json
{
"name": "openai-api",
"version": "1.0.13",
"version": "1.0.14",
"description": "A tiny client module for the openAI API",

@@ -25,3 +25,3 @@ "main": "index.js",

"dependencies": {
"axios": "^0.19.2"
"axios": "^0.21.1"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -31,5 +31,5 @@ # openai-api

topP: 1,
presence_penalty: 0,
frequency_penalty: 0,
best_of: 1,
presencePenalty: 0,
frequencyPenalty: 0,
bestOf: 1,
n: 1,

@@ -36,0 +36,0 @@ stream: false,

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