@ai-sdk/openai-compatible 2.0.48 → 2.0.49
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 +7 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/docs/index.mdx +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1698,7 +1698,7 @@ async function fileToBlob(file) {
|
|
|
1698
1698
|
var import_provider_utils6 = require("@ai-sdk/provider-utils");
|
|
1699
1699
|
|
|
1700
1700
|
// src/version.ts
|
|
1701
|
-
var VERSION = true ? "2.0.
|
|
1701
|
+
var VERSION = true ? "2.0.49" : "0.0.0-test";
|
|
1702
1702
|
|
|
1703
1703
|
// src/openai-compatible-provider.ts
|
|
1704
1704
|
function createOpenAICompatible(options) {
|
package/dist/index.mjs
CHANGED
|
@@ -1715,7 +1715,7 @@ import {
|
|
|
1715
1715
|
} from "@ai-sdk/provider-utils";
|
|
1716
1716
|
|
|
1717
1717
|
// src/version.ts
|
|
1718
|
-
var VERSION = true ? "2.0.
|
|
1718
|
+
var VERSION = true ? "2.0.49" : "0.0.0-test";
|
|
1719
1719
|
|
|
1720
1720
|
// src/openai-compatible-provider.ts
|
|
1721
1721
|
function createOpenAICompatible(options) {
|
package/docs/index.mdx
CHANGED
|
@@ -15,6 +15,7 @@ We provide detailed documentation for the following OpenAI compatible providers:
|
|
|
15
15
|
- [NIM](/providers/openai-compatible-providers/nim)
|
|
16
16
|
- [Heroku](/providers/openai-compatible-providers/heroku)
|
|
17
17
|
- [Clarifai](/providers/openai-compatible-providers/clarifai)
|
|
18
|
+
- [NEAR AI Cloud](/providers/openai-compatible-providers/nearai)
|
|
18
19
|
|
|
19
20
|
The general setup and provider instance creation is the same for all of these providers.
|
|
20
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/openai-compatible",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.49",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@ai-sdk/provider": "3.0.10",
|
|
40
|
-
"@ai-sdk/provider-utils": "4.0.
|
|
40
|
+
"@ai-sdk/provider-utils": "4.0.28"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "20.17.24",
|