@ai-sdk/openai 2.0.104 → 2.0.105

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
@@ -4733,7 +4733,7 @@ var OpenAITranscriptionModel = class {
4733
4733
  };
4734
4734
 
4735
4735
  // src/version.ts
4736
- var VERSION = true ? "2.0.104" : "0.0.0-test";
4736
+ var VERSION = true ? "2.0.105" : "0.0.0-test";
4737
4737
 
4738
4738
  // src/openai-provider.ts
4739
4739
  function createOpenAI(options = {}) {