Comparing version 4.76.2 to 4.76.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2737481