@sap-ai-sdk/orchestration 1.1.1-20241022013102.0 → 1.1.1-20241024013059.0
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -129,8 +129,8 @@ console.log(
|
|
|
129
129
|
>
|
|
130
130
|
> #### Harmonized API
|
|
131
131
|
>
|
|
132
|
-
>
|
|
133
|
-
> Here’s an example where only one line of code is changed
|
|
132
|
+
> As the orchestration service API is harmonized, you can switch to a different model, even from another vendor, by changing only the `model_name` property.
|
|
133
|
+
> Here’s an example where only one line of code is changed.
|
|
134
134
|
>
|
|
135
135
|
> ```ts
|
|
136
136
|
> const orchestrationClient = new OrchestrationClient({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/orchestration",
|
|
3
|
-
"version": "1.1.1-
|
|
3
|
+
"version": "1.1.1-20241024013059.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@sap-cloud-sdk/http-client": "^3.22.2",
|
|
24
24
|
"@sap-cloud-sdk/util": "^3.22.2",
|
|
25
|
-
"@sap-ai-sdk/core": "^1.1.1-
|
|
26
|
-
"@sap-ai-sdk/ai-api": "^1.1.1-
|
|
25
|
+
"@sap-ai-sdk/core": "^1.1.1-20241024013059.0",
|
|
26
|
+
"@sap-ai-sdk/ai-api": "^1.1.1-20241024013059.0"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"compile": "tsc",
|