@ai-sdk/openai 3.0.0-beta.106 → 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/dist/index.mjs CHANGED
@@ -5693,7 +5693,7 @@ var OpenAITranscriptionModel = class {
5693
5693
  };
5694
5694
 
5695
5695
  // src/version.ts
5696
- var VERSION = true ? "3.0.0-beta.106" : "0.0.0-test";
5696
+ var VERSION = true ? "3.0.0-beta.108" : "0.0.0-test";
5697
5697
 
5698
5698
  // src/openai-provider.ts
5699
5699
  function createOpenAI(options = {}) {