@sap-ai-sdk/foundation-models 1.10.1-20250328013141.0 → 1.10.1-20250330013148.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ const chatClient = new AzureOpenAiChatClient({
|
|
|
91
91
|
|
|
92
92
|
Use the `AzureOpenAiChatClient` to send chat completion requests to an OpenAI model deployed in SAP generative AI hub.
|
|
93
93
|
|
|
94
|
-
The client sends request with Azure OpenAI API version `2024-
|
|
94
|
+
The client sends request with Azure OpenAI API version `2024-10-21`.
|
|
95
95
|
|
|
96
96
|
```ts
|
|
97
97
|
import { AzureOpenAiChatClient } from '@sap-ai-sdk/foundation-models';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/foundation-models",
|
|
3
|
-
"version": "1.10.1-
|
|
3
|
+
"version": "1.10.1-20250330013148.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@sap-cloud-sdk/http-client": "^4.0.2",
|
|
24
24
|
"@sap-cloud-sdk/util": "^4.0.2",
|
|
25
25
|
"@sap-cloud-sdk/connectivity": "^4.0.2",
|
|
26
|
-
"@sap-ai-sdk/ai-api": "^1.10.1-
|
|
27
|
-
"@sap-ai-sdk/core": "^1.10.1-
|
|
26
|
+
"@sap-ai-sdk/ai-api": "^1.10.1-20250330013148.0",
|
|
27
|
+
"@sap-ai-sdk/core": "^1.10.1-20250330013148.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"compile": "tsc",
|