File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # OpenAI Node API Library
1
+ # OpenAI TypeScript and JavaScript API Library
2
2
3
3
[ ![ NPM version] ( https://img.shields.io/npm/v/openai.svg )] ( https://npmjs.org/package/openai ) ![ npm bundle size] ( https://img.shields.io/bundlephobia/minzip/openai ) [ ![ JSR Version] ( https://jsr.io/badges/@openai/openai )] ( https://jsr.io/@openai/openai )
4
4
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ npm exec tsc-multi
32
32
# copy over handwritten .js/.mjs/.d.ts files
33
33
cp src/_shims/* .{d.ts,js,mjs,md} dist/_shims
34
34
cp src/_shims/auto/* .{d.ts,js,mjs} dist/_shims/auto
35
- # we need to add exports = module.exports = OpenAI Node to index.js;
35
+ # we need to add exports = module.exports = OpenAI to index.js;
36
36
# No way to get that from index.ts because it would cause compile errors
37
37
# when building .mjs
38
38
node scripts/utils/fix-index-exports.cjs
You can’t perform that action at this time.
0 commit comments