@sap-ai-sdk/ai-api 1.10.1-20250402013150.0 → 1.10.1-20250404013149.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 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -87,13 +87,13 @@ async function createArtifact() {
|
|
|
87
87
|
```ts
|
|
88
88
|
async function createConfiguration() {
|
|
89
89
|
const requestBody: ConfigurationBaseData = {
|
|
90
|
-
name: 'gpt-
|
|
90
|
+
name: 'gpt-4o',
|
|
91
91
|
executableId: 'azure-openai',
|
|
92
92
|
scenarioId: 'foundation-models',
|
|
93
93
|
parameterBindings: [
|
|
94
94
|
{
|
|
95
95
|
key: 'modelName',
|
|
96
|
-
value: 'gpt-
|
|
96
|
+
value: 'gpt-4o'
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
key: 'modelVersion',
|
|
@@ -194,7 +194,3 @@ For more information about how to contribute, the project structure, as well as
|
|
|
194
194
|
## License
|
|
195
195
|
|
|
196
196
|
The SAP Cloud SDK for AI is released under the [Apache License Version 2.0.](http://www.apache.org/licenses/).
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/ai-api",
|
|
3
|
-
"version": "1.10.1-
|
|
3
|
+
"version": "1.10.1-20250404013149.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@sap-cloud-sdk/connectivity": "^4.0.2",
|
|
23
23
|
"@sap-cloud-sdk/util": "^4.0.2",
|
|
24
|
-
"@sap-ai-sdk/core": "^1.10.1-
|
|
24
|
+
"@sap-ai-sdk/core": "^1.10.1-20250404013149.0"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"compile": "tsc",
|