Socket
Socket
Sign inDemoInstall

openai

Package Overview
Dependencies
Maintainers
5
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai - npm Package Compare versions

Comparing version 4.48.3 to 4.49.0

2

package.json
{
"name": "openai",
"version": "4.48.3",
"version": "4.49.0",
"description": "The official TypeScript library for the OpenAI API",

@@ -5,0 +5,0 @@ "author": "OpenAI <support@openai.com>",

@@ -22,3 +22,3 @@ # OpenAI Node API Library

```ts
import OpenAI from 'https://deno.land/x/openai@v4.48.3/mod.ts';
import OpenAI from 'https://deno.land/x/openai@v4.49.0/mod.ts';
```

@@ -25,0 +25,0 @@

@@ -204,2 +204,8 @@ import * as Core from "../../../../core.js";

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls: boolean;
/**
* Details on the action required to continue the run. Will be `null` if no action

@@ -425,2 +431,8 @@ * is required.

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls?: boolean;
/**
* Specifies the format that the model must output. Compatible with

@@ -427,0 +439,0 @@ * [GPT-4o](https://platform.openai.com/docs/models/gpt-4o),

@@ -417,2 +417,8 @@ import * as Core from "../../../core.js";

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls?: boolean;
/**
* Specifies the format that the model must output. Compatible with

@@ -419,0 +425,0 @@ * [GPT-4o](https://platform.openai.com/docs/models/gpt-4o),

@@ -632,2 +632,8 @@ import * as Core from "../../core.js";

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls?: boolean;
/**
* Number between -2.0 and 2.0. Positive values penalize new tokens based on

@@ -634,0 +640,0 @@ * whether they appear in the text so far, increasing the model's likelihood to

@@ -406,2 +406,9 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls: boolean;
/**
* Details on the action required to continue the run. Will be `null` if no action

@@ -690,2 +697,9 @@ * is required.

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls?: boolean;
/**
* Specifies the format that the model must output. Compatible with

@@ -692,0 +706,0 @@ * [GPT-4o](https://platform.openai.com/docs/models/gpt-4o),

@@ -564,2 +564,9 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls?: boolean;
/**
* Specifies the format that the model must output. Compatible with

@@ -566,0 +573,0 @@ * [GPT-4o](https://platform.openai.com/docs/models/gpt-4o),

@@ -761,2 +761,9 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

/**
* Whether to enable
* [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
* during tool use.
*/
parallel_tool_calls?: boolean;
/**
* Number between -2.0 and 2.0. Positive values penalize new tokens based on

@@ -763,0 +770,0 @@ * whether they appear in the text so far, increasing the model's likelihood to

@@ -1,1 +0,1 @@

export const VERSION = '4.48.3'; // x-release-please-version
export const VERSION = '4.49.0'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "4.48.3";
export declare const VERSION = "4.49.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.48.3'; // x-release-please-version
exports.VERSION = '4.49.0'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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