@sap-ai-sdk/orchestration 1.10.1-20250403013136.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -459,7 +459,7 @@ The grounding configuration can be provided as a raw JSON object or by using the
459
459
  ```ts
460
460
  const orchestrationClient = new OrchestrationClient({
461
461
  llm: {
462
- model_name: 'gpt-35-turbo'
462
+ model_name: 'gpt-4o'
463
463
  },
464
464
  templating: {
465
465
  template: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "1.10.1-20250403013136.0",
3
+ "version": "1.10.1-20250404013149.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@sap-cloud-sdk/util": "^4.0.2",
24
- "@sap-ai-sdk/core": "^1.10.1-20250403013136.0",
25
- "@sap-ai-sdk/ai-api": "^1.10.1-20250403013136.0"
24
+ "@sap-ai-sdk/core": "^1.10.1-20250404013149.0",
25
+ "@sap-ai-sdk/ai-api": "^1.10.1-20250404013149.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@sap-cloud-sdk/http-client": "^4.0.2",