@ai-sdk/openai-compatible 3.0.39 → 3.0.40
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/docs/index.mdx +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1775,7 +1775,7 @@ import {
|
|
|
1775
1775
|
} from "@ai-sdk/provider-utils";
|
|
1776
1776
|
|
|
1777
1777
|
// src/version.ts
|
|
1778
|
-
var VERSION = true ? "3.0.
|
|
1778
|
+
var VERSION = true ? "3.0.40" : "0.0.0-test";
|
|
1779
1779
|
|
|
1780
1780
|
// src/openai-compatible-provider.ts
|
|
1781
1781
|
function createOpenAICompatible(options) {
|
package/docs/index.mdx
CHANGED
|
@@ -16,6 +16,7 @@ We provide detailed documentation for the following OpenAI compatible providers:
|
|
|
16
16
|
- [Heroku](/providers/openai-compatible-providers/heroku)
|
|
17
17
|
- [Clarifai](/providers/openai-compatible-providers/clarifai)
|
|
18
18
|
- [NEAR AI Cloud](/providers/openai-compatible-providers/nearai)
|
|
19
|
+
- [Synthorai](/providers/openai-compatible-providers/synthorai)
|
|
19
20
|
|
|
20
21
|
The general setup and provider instance creation is the same for all of these providers.
|
|
21
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/openai-compatible",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ai-sdk/provider": "4.0.8",
|
|
39
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
39
|
+
"@ai-sdk/provider-utils": "5.0.33"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@ai-sdk/test-server": "2.0.1",
|