@ai-sdk/openai 3.0.13 → 3.0.14
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 +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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.d.mts +1 -1
- package/dist/internal/index.d.ts +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -5856,7 +5856,7 @@ var OpenAITranscriptionModel = class {
|
|
|
5856
5856
|
};
|
|
5857
5857
|
|
|
5858
5858
|
// src/version.ts
|
|
5859
|
-
var VERSION = true ? "3.0.
|
|
5859
|
+
var VERSION = true ? "3.0.14" : "0.0.0-test";
|
|
5860
5860
|
|
|
5861
5861
|
// src/openai-provider.ts
|
|
5862
5862
|
function createOpenAI(options = {}) {
|