@ai-sdk/openai 3.0.0-beta.107 → 3.0.0-beta.108

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ai-sdk/openai
2
2
 
3
+ ## 3.0.0-beta.108
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9549c9e]
8
+ - @ai-sdk/provider@3.0.0-beta.29
9
+ - @ai-sdk/provider-utils@4.0.0-beta.56
10
+
3
11
  ## 3.0.0-beta.107
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -5611,7 +5611,7 @@ var OpenAITranscriptionModel = class {
5611
5611
  };
5612
5612
 
5613
5613
  // src/version.ts
5614
- var VERSION = true ? "3.0.0-beta.107" : "0.0.0-test";
5614
+ var VERSION = true ? "3.0.0-beta.108" : "0.0.0-test";
5615
5615
 
5616
5616
  // src/openai-provider.ts
5617
5617
  function createOpenAI(options = {}) {