@sap-ai-sdk/foundation-models
Advanced tools
Comparing version 0.1.1-20240919140828.0 to 1.0.0
{ | ||
"name": "@sap-ai-sdk/foundation-models", | ||
"version": "0.1.1-20240919140828.0", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -27,4 +27,4 @@ "license": "Apache-2.0", | ||
"@sap-cloud-sdk/util": "^3.21.0", | ||
"@sap-ai-sdk/ai-api": "^0.1.1-20240919140828.0", | ||
"@sap-ai-sdk/core": "^0.1.1-20240919140828.0" | ||
"@sap-ai-sdk/ai-api": "^1.0.0", | ||
"@sap-ai-sdk/core": "^1.0.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -11,11 +11,2 @@ # @sap-ai-sdk/foundation-models | ||
## Pre-requisites | ||
- [Enable the AI Core service in BTP](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/initial-setup). | ||
- Project configured with Node.js v20 or higher and native ESM support enabled. | ||
- For testing your application locally: | ||
- Download a service key for your AI Core service instance. | ||
- Create a `.env` file in the sample-code directory. | ||
- Add an entry `AICORE_SERVICE_KEY='<content-of-service-key>'`. | ||
## Azure OpenAI Client | ||
@@ -32,2 +23,4 @@ | ||
- [Enable the AI Core service in BTP](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/initial-setup). | ||
- Project configured with Node.js v20 or higher and native ESM support enabled. | ||
- A deployed OpenAI model in SAP generative AI hub. | ||
@@ -34,0 +27,0 @@ - You can use the [`DeploymentApi`](../ai-api/README.md#deploymentapi) from `@sap-ai-sdk/ai-api` to deploy a model to SAP generative AI hub. For more information, see [here](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/create-deployment-for-generative-ai-model-in-sap-ai-core). |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
185535
151
+ Added@sap-ai-sdk/ai-api@1.7.0(transitive)
+ Added@sap-ai-sdk/core@1.7.0(transitive)
- Removed@sap-ai-sdk/ai-api@0.1.1-20240919140828.0(transitive)
- Removed@sap-ai-sdk/core@0.1.1-20240919140828.0(transitive)
Updated@sap-ai-sdk/ai-api@^1.0.0
Updated@sap-ai-sdk/core@^1.0.0