@ai-sdk/openai 3.0.40 → 4.0.0-beta.0

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
@@ -6385,7 +6385,7 @@ var OpenAITranscriptionModel = class {
6385
6385
  };
6386
6386
 
6387
6387
  // src/version.ts
6388
- var VERSION = true ? "3.0.40" : "0.0.0-test";
6388
+ var VERSION = true ? "4.0.0-beta.0" : "0.0.0-test";
6389
6389
 
6390
6390
  // src/openai-provider.ts
6391
6391
  function createOpenAI(options = {}) {