File tree Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.25 .0"
2
+ "." : " 4.26 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.26.0 (2024-01-25)
4
+
5
+ Full Changelog: [ v4.25.0...v4.26.0] ( https://github.com/openai/openai-node/compare/v4.25.0...v4.26.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add text embeddings dimensions param ([ #650 ] ( https://github.com/openai/openai-node/issues/650 ) ) ([ 1b5a977] ( https://github.com/openai/openai-node/commit/1b5a977d0eef7f5cf97daf27333cbbeb6bb479f3 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** add internal helpers & improve build scripts ([ #643 ] ( https://github.com/openai/openai-node/issues/643 ) ) ([ 9392f50] ( https://github.com/openai/openai-node/commit/9392f50e47f26b16632c9eb12187ea7f8a565e09 ) )
15
+ * ** internal:** adjust ecosystem-tests logging in CI ([ #646 ] ( https://github.com/openai/openai-node/issues/646 ) ) ([ 156084b] ( https://github.com/openai/openai-node/commit/156084b8734194a5856612378115b948c82ec6e4 ) )
16
+ * ** internal:** don't re-export streaming type ([ #648 ] ( https://github.com/openai/openai-node/issues/648 ) ) ([ 4c4be94] ( https://github.com/openai/openai-node/commit/4c4be945fa3f54036183e2d0877060db47ea564b ) )
17
+ * ** internal:** fix binary files ([ #645 ] ( https://github.com/openai/openai-node/issues/645 ) ) ([ e1fbc39] ( https://github.com/openai/openai-node/commit/e1fbc396f4d1dd8ba980c25ba03b670dfed887a0 ) )
18
+ * ** internal:** minor streaming updates ([ #647 ] ( https://github.com/openai/openai-node/issues/647 ) ) ([ 2f073e4] ( https://github.com/openai/openai-node/commit/2f073e4e6c9cd0ff3ad434907da710704765a005 ) )
19
+ * ** internal:** pin deno version ([ #649 ] ( https://github.com/openai/openai-node/issues/649 ) ) ([ 7e4b903] ( https://github.com/openai/openai-node/commit/7e4b9039320e4ccbafb45f57dce273bedc9b7cb3 ) )
20
+
3
21
## 4.25.0 (2024-01-21)
4
22
5
23
Full Changelog: [ v4.24.7...v4.25.0] ( https://github.com/openai/openai-node/compare/v4.24.7...v4.25.0 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You can import in Deno via:
21
21
<!-- x-release-please-start-version -->
22
22
23
23
``` ts
24
- import OpenAI from ' https://deno.land/x/openai@v4.25 .0/mod.ts' ;
24
+ import OpenAI from ' https://deno.land/x/openai@v4.26 .0/mod.ts' ;
25
25
```
26
26
27
27
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
14
14
Usage:
15
15
16
16
\`\`\` ts
17
- import OpenAI from "https://deno.land/x/openai@v4.25 .0/mod.ts";
17
+ import OpenAI from "https://deno.land/x/openai@v4.26 .0/mod.ts";
18
18
19
19
const client = new OpenAI();
20
20
\`\`\`
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openai" ,
3
- "version" : " 4.25 .0" ,
3
+ "version" : " 4.26 .0" ,
4
4
"description" : " The official TypeScript library for the OpenAI API" ,
5
5
"author" :
" OpenAI <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '4.25 .0' ; // x-release-please-version
1
+ export const VERSION = '4.26 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments