@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/CHANGELOG.md +9 -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/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +4 -4
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.
|
|
4736
|
+
var VERSION = true ? "2.0.105" : "0.0.0-test";
|
|
4737
4737
|
|
|
4738
4738
|
// src/openai-provider.ts
|
|
4739
4739
|
function createOpenAI(options = {}) {
|