You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sap-ai-core/add-a-git-repository-b668176.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ You can use your own git repository to version control your SAP AI Core template
16
16
17
17
## Prerequisites
18
18
19
-
- You've access to a git repository over the Internet.
20
-
- You've generated a personal access token for your git repository. For more information, see [Create a Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
19
+
- You have access to a git repository over the Internet.
20
+
- You have generated a personal access token for your git repository. For more information, see [Create a Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
21
21
- If you want to onboard a git repository hosted on GitLab, make sure that the repository URL contains the `.git` suffix.
22
22
- Secrets aren't permitted in your repository. If secrets are used, it isn't possible to synchronize content.
23
23
@@ -33,7 +33,7 @@ You can use your own git repository to version control your SAP AI Core template
33
33
34
34
## Context
35
35
36
-
Git repositories are managed by creating personal access tokens registering them in SAP AI Core. Personal access tokens are a means of allowing and controlling connections to GitHub repositories without compromising your credentials.
36
+
Git repositories are managed by creating personal access tokens and registering them in SAP AI Core. Personal access tokens are a means of allowing and controlling connections to GitHub repositories without compromising your credentials.
37
37
38
38
39
39
@@ -59,7 +59,7 @@ You specify your unique git repository details as follows:
59
59
60
60
-`url`: URL of the git repository
61
61
62
-
-`username`: \(Service\) user that is accessing the git repository
62
+
-`username`: \(Service\) user that’s accessing the git repository
63
63
64
64
-`password`: git personal access token. For more information, see [Create a Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
65
65
@@ -84,8 +84,8 @@ Create an application to sync your folders. For more information, see [Create an
84
84
85
85
## Prerequisites
86
86
87
-
- You've access to a git repository over the Internet.
88
-
- You've generated a personal access token for your git repository. For more information, see [Create a Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
87
+
- You have access to a git repository over the Internet.
88
+
- You have generated a personal access token for your git repository. For more information, see [Create a Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
89
89
- If you want to onboard a git repository hosted on GitLab, make sure that the repository URL contains the `.git` suffix.
90
90
- Secrets aren't permitted in your repository. If secrets are used, it isn't possible to synchronize content.
91
91
@@ -101,7 +101,7 @@ Create an application to sync your folders. For more information, see [Create an
101
101
102
102
## Context
103
103
104
-
Git repositories are managed by creating personal access tokens registering them in SAP AI Core. Personal access tokens are a means of allowing and controlling connections to GitHub repositories without compromising your credentials.
104
+
Git repositories are managed by creating personal access tokens and registering them in SAP AI Core. Personal access tokens are a means of allowing and controlling connections to GitHub repositories without compromising your credentials.
105
105
106
106
107
107
@@ -115,7 +115,7 @@ You specify your unique git repository details as follows:
115
115
116
116
-`url`: URL of the git repository
117
117
118
-
-`username`: \(Service\) user that is accessing the git repository
118
+
-`username`: \(Service\) user that’s accessing the git repository
119
119
120
120
-`password`: git personal access token. For more information, see [Create a Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
Copy file name to clipboardExpand all lines: docs/sap-ai-core/ai-api-overview-716d4c3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ SAP AI Core provides additional APIs that are runtime-specific. These are availa
25
25
26
26
The AI API specification is a general specification for the lifecycle management of machine learning artifacts. SAP AI Core is one specific runtime implementation of the AI API specification. It is also possible to provide other runtime implementations of the AI API specification, independent of SAP AI Core. This section describes the necessary boundary conditions and implementation requirements.
27
27
28
-
The benefit of using AI API is that clients can integrate with all AI API-enabled runtime implementations. For example, SAP AI Launchpad can interact with custom runtime implementations as long as the same APIs are provided. Intelligent Scenario Lifecycle Management can also integrate with AI API-enabled runtimes. The AI API Client SDK \(Python\) can also be used \(for more information, see [SAP AI Core SDK](https://help.sap.com/docs/AI_CORE/2d6c5984063c40a59eda62f4a9135bee/499309d6e371419fb7a88b7d68c20a31.html#%0Asap-ai-core-sdk)\).
28
+
The benefit of using AI API is that clients can integrate with all AI API-enabled runtime implementations. For example, SAP AI Launchpad can interact with custom runtime implementations as long as the same APIs are provided. Intelligent Scenario Lifecycle Management can also integrate with AI API-enabled runtimes. The SAP AI SDK Base \(Python\) can also be used \(for more information, see [SAP AI SDK Core](https://help.sap.com/docs/AI_CORE/2d6c5984063c40a59eda62f4a9135bee/499309d6e371419fb7a88b7d68c20a31.html#%0Asap-ai-core-sdk)\).
Copy file name to clipboardExpand all lines: docs/sap-ai-core/chat-39321a9.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Orchestration can also be used in chat scenarios. The following example shows ho
10
10
11
11
## Prerequisites
12
12
13
-
You have created a deployment for orchestration as described at[Create a Deployment for Orchestration](create-a-deployment-for-orchestration-4387aa7.md).
13
+
You have a running orchestration deployment. For more information, see[Create a Deployment for Orchestration](create-a-deployment-for-orchestration-4387aa7.md).
Copy file name to clipboardExpand all lines: docs/sap-ai-core/consume-generative-ai-models-bf0373b.md
+154-4Lines changed: 154 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The resource group used in the activation steps
61
61
</table>
62
62
63
63
> ### Caution:
64
-
> SAP does not take any responsibility for quality of the content in the input to or output of the underlying generative AI models. This includes but is not limited to bias, hallucinations, or inaccuracies. The user is responsible for verifying the content.
64
+
> SAP does not take any responsibility for the quality of the content in the input to or output of the underlying generative AI models. This includes but is not limited to bias, hallucinations, or inaccuracies. The user is responsible for verifying the content.
65
65
66
66
> ### Caution:
67
67
> Do not store personally identifiable information in prompts when using the generative AI hub. Personally identifiable information is any data that can be used alone, or in combination, to identify the person that the data refers to.
@@ -90,7 +90,7 @@ For information about the supported API versions, see [Chat completions](https:/
> For information on metering of image input, see[Images](metering-and-pricing-for-generative-ai-41e8d85.md#loio41e8d85586f64e7184f388f8d58624a8__section_w4y_hpl_nfc).
0 commit comments