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.6 to 1.0.7

4

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

@@ -12,2 +12,4 @@ "main": "index.js",

"gpt-3",
"gpt3",
"openaiapi",
"open",

@@ -14,0 +16,0 @@ "ai",

@@ -33,3 +33,3 @@ # openai-api

stream: false,
stop: '\n'
stop: ['\n', "testing"]
});

@@ -36,0 +36,0 @@

@@ -18,3 +18,4 @@ const api_key = process.env.OPENAI_TEST_API_KEY;

maxTokens: 5,
temperature: 0.9
temperature: 0.9,
stop: ["\n", "lol"]
}).then((result) => {

@@ -21,0 +22,0 @@ assert.ok(result);

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