Skip to content

Commit d4673f1

Browse files
authored
Merge pull request #723 from openai/release-please--branches--master--changes--next--components--openai
release: 4.29.2
2 parents 9c9a2d4 + dda3f68 commit d4673f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+139
-71
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.29.1"
2+
".": "4.29.2"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 32 additions & 1 deletion

build-deno

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
1414
Usage:
1515
1616
\`\`\`ts
17-
import OpenAI from "https://deno.land/x/[email protected].1/mod.ts";
17+
import OpenAI from "https://deno.land/x/[email protected].2/mod.ts";
1818
1919
const client = new OpenAI();
2020
\`\`\`

helpers.md

Lines changed: 30 additions & 7 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openai",
3-
"version": "4.29.1",
3+
"version": "4.29.2",
44
"description": "The official TypeScript library for the OpenAI API",
55
"author": "OpenAI <[email protected]>",
66
"types": "dist/index.d.ts",

src/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File generated from our OpenAPI spec by Stainless.
1+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
import { castToError, Headers } from './core';
44

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File generated from our OpenAPI spec by Stainless.
1+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
import * as Core from './core';
44
import * as Errors from './error';

src/pagination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File generated from our OpenAPI spec by Stainless.
1+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
import { AbstractPage, Response, APIClient, FinalRequestOptions, PageInfo } from './core';
44

0 commit comments

Comments
 (0)