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
[LLM Obs] Use the correct model provider name in HIPAA warnings (#32681)
* Use the correct model provider name under the corresponding provider tabs
* Update HIPAA compliance notices for cloud accounts
* Update HIPAA compliance notices
Updated HIPAA compliance wording for OpenAI and Azure OpenAI accounts.
---------
Co-authored-by: Bryce Eadie <[email protected]>
Copy file name to clipboardExpand all lines: content/en/llm_observability/evaluations/managed_evaluations/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Configure the LLM provider you would like to use for bring-your-own-key (BYOK) e
32
32
{{< tabs >}}
33
33
{{% tab "OpenAI" %}}
34
34
35
-
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an OpenAI account that is subject to a Business Associate Agreement (BAA) and configured for zero data retention.</div>
35
+
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an OpenAI account that is subject to a business associate agreement (BAA) and meets all requirements for HIPAA compliance.</div>
36
36
37
37
Connect your OpenAI account to LLM Observability with your OpenAI API key. LLM Observability uses the `GPT-4o mini` model for evaluations.
38
38
@@ -48,7 +48,7 @@ Connect your OpenAI account to LLM Observability with your OpenAI API key. LLM O
48
48
{{% /tab %}}
49
49
{{% tab "Azure OpenAI" %}}
50
50
51
-
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an OpenAI account that is subject to a Business Associate Agreement (BAA) and configured for zero data retention.</div>
51
+
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an Azure OpenAI account that is subject to a business associate agreement (BAA) and meets all requirements for HIPAA compliance.</div>
52
52
53
53
Connect your Azure OpenAI account to LLM Observability with your OpenAI API key. Datadog strongly recommends using the `GPT-4o mini` model for evaluations. The selected model version must support [structured output][8].
54
54
@@ -65,7 +65,7 @@ Connect your Azure OpenAI account to LLM Observability with your OpenAI API key.
65
65
{{% /tab %}}
66
66
{{% tab "Anthropic" %}}
67
67
68
-
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an OpenAI account that is subject to a Business Associate Agreement (BAA) and configured for zero data retention.</div>
68
+
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an Anthropic account that is subject to a business associate agreement (BAA) and meets all requirements for HIPAA compliance.</div>
69
69
70
70
Connect your Anthropic account to LLM Observability with your Anthropic API key. LLM Observability uses the `Haiku` model for evaluations.
71
71
@@ -80,7 +80,7 @@ Connect your Anthropic account to LLM Observability with your Anthropic API key.
80
80
{{% /tab %}}
81
81
{{% tab "Amazon Bedrock" %}}
82
82
83
-
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an OpenAI account that is subject to a Business Associate Agreement (BAA) and configured for zero data retention.</div>
83
+
<divclass="alert alert-info">If you are subject to HIPAA, you are responsible for ensuring that you connect only to an Amazon Bedrock account that is subject to a business associate agreement (BAA) and meets all requirements for HIPAA compliance.</div>
84
84
85
85
Connect your Amazon Bedrock account to LLM Observability with your AWS Account. LLM Observability uses the `Haiku` model for evaluations.
0 commit comments