@ai-sdk/openai 3.0.9 → 3.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @ai-sdk/openai
|
|
2
2
|
|
|
3
|
+
## 3.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [46f46e4]
|
|
8
|
+
- @ai-sdk/provider-utils@4.0.7
|
|
9
|
+
|
|
10
|
+
## 3.0.10
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [1b11dcb]
|
|
15
|
+
- @ai-sdk/provider-utils@4.0.6
|
|
16
|
+
- @ai-sdk/provider@3.0.3
|
|
17
|
+
|
|
3
18
|
## 3.0.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -5760,7 +5760,7 @@ var OpenAITranscriptionModel = class {
|
|
|
5760
5760
|
};
|
|
5761
5761
|
|
|
5762
5762
|
// src/version.ts
|
|
5763
|
-
var VERSION = true ? "3.0.
|
|
5763
|
+
var VERSION = true ? "3.0.11" : "0.0.0-test";
|
|
5764
5764
|
|
|
5765
5765
|
// src/openai-provider.ts
|
|
5766
5766
|
function createOpenAI(options = {}) {
|