@chainfuse/ai-tools 0.14.3 → 0.14.5
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/providers/rawProviders.mjs +1 -0
- package/package.json +11 -11
|
@@ -106,6 +106,7 @@ export class AiRawProviders extends AiBase {
|
|
|
106
106
|
* From the table, pick the `Latest GA release` for `Data plane - inference`
|
|
107
107
|
*/
|
|
108
108
|
apiVersion: '2024-10-21',
|
|
109
|
+
useDeploymentBasedUrls: true,
|
|
109
110
|
baseURL: new URL(['v1', this.config.gateway.accountId, this.gatewayName, 'azure-openai', 'server-placeholder'].join('/'), 'https://gateway.ai.cloudflare.com').toString(),
|
|
110
111
|
headers: {
|
|
111
112
|
'cf-aig-authorization': `Bearer ${this.config.gateway.apiToken}`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/ai-tools",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/ai-tools#readme",
|
|
@@ -48,22 +48,22 @@
|
|
|
48
48
|
},
|
|
49
49
|
"prettier": "@demosjarco/prettier-config",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@ai-sdk/anthropic": "^2.0.
|
|
52
|
-
"@ai-sdk/azure": "^2.0.
|
|
53
|
-
"@ai-sdk/google": "^2.0.
|
|
51
|
+
"@ai-sdk/anthropic": "^2.0.8",
|
|
52
|
+
"@ai-sdk/azure": "^2.0.22",
|
|
53
|
+
"@ai-sdk/google": "^2.0.11",
|
|
54
54
|
"@ai-sdk/openai": "^2.0.16",
|
|
55
|
-
"@ai-sdk/openai-compatible": "^1.0.
|
|
56
|
-
"@chainfuse/helpers": "^3.5.
|
|
57
|
-
"@chainfuse/types": "^2.11.
|
|
58
|
-
"ai": "^5.0.
|
|
55
|
+
"@ai-sdk/openai-compatible": "^1.0.13",
|
|
56
|
+
"@chainfuse/helpers": "^3.5.3",
|
|
57
|
+
"@chainfuse/types": "^2.11.6",
|
|
58
|
+
"ai": "^5.0.25",
|
|
59
59
|
"chalk": "^5.6.0",
|
|
60
60
|
"haversine-distance": "^1.2.4",
|
|
61
61
|
"workers-ai-provider": "^0.7.5"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@ai-sdk/provider": "^2.0.0",
|
|
65
|
-
"@cloudflare/workers-types": "^4.
|
|
66
|
-
"openai": "^5.
|
|
65
|
+
"@cloudflare/workers-types": "^4.20250826.0",
|
|
66
|
+
"openai": "^5.15.0"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "dfa818e16d4a8401de78a1b848930710b19d0a95"
|
|
69
69
|
}
|