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

openai

Package Overview
Dependencies
Maintainers
5
Versions
220
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.76.2 to 4.76.3

2

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

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

@@ -203,3 +203,3 @@ # OpenAI TypeScript and JavaScript API Library

Streaming with `openai.beta.chat.completions.stream({…})` exposes
[various helpers for your convenience](helpers.md#events) including event handlers and promises.
[various helpers for your convenience](helpers.md#chat-events) including event handlers and promises.

@@ -289,3 +289,3 @@ Alternatively, you can use `openai.chat.completions.create({ stream: true, … })`

Like with `.stream()`, we provide a variety of [helpers and events](helpers.md#events).
Like with `.stream()`, we provide a variety of [helpers and events](helpers.md#chat-events).

@@ -295,3 +295,3 @@ Note that `runFunctions` was previously available as well, but has been deprecated in favor of `runTools`.

Read more about various examples such as with integrating with [zod](helpers.md#integrate-with-zod),
[next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streaming-to-a-browser).
[next.js](helpers.md#integrate-with-nextjs), and [proxying a stream to the browser](helpers.md#proxy-streaming-to-a-browser).

@@ -298,0 +298,0 @@ ## File uploads

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

export const VERSION = '4.76.2'; // x-release-please-version
export const VERSION = '4.76.3'; // x-release-please-version

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

export declare const VERSION = "4.76.2";
export declare const VERSION = "4.76.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.76.2'; // x-release-please-version
exports.VERSION = '4.76.3'; // 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

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