Skip to content

Commit

Permalink
1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JetterMcTedder committed Aug 9, 2024
1 parent 3895d54 commit 4eca74c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/9-content-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Using Azure AI Content Safety

![A picture of the AI Language logo](./media/ch9/contentSafety.png)
![A picture of the Ai Content Safety logo](./media/ch9/contentSafety.png)

## Azure AI Content Safety

Expand Down Expand Up @@ -59,7 +59,7 @@ The first feature to be used with AI Content Safety is **Moderate text content**
select @ret as ReturnCode, @response as Response;
```

1. Replace the **CONTENT_KEY** text with the AI Language Key that was returned to you in the previous chapter when testing connectivity.
1. Replace the **CONTENT_KEY** text with the Ai Content Safety Key that was returned to you in the previous chapter when testing connectivity.

1. Execute the SQL statement with the run button.

Expand Down Expand Up @@ -116,7 +116,7 @@ Prompt Shields provides a unified API that addresses the following types of atta
select @ret as ReturnCode, @response as Response;
```

1. Replace the **CONTENT_KEY** text with the AI Language Key that was returned to you in the previous chapter when testing connectivity.
1. Replace the **CONTENT_KEY** text with the Ai Content Safety Key that was returned to you in the previous chapter when testing connectivity.

1. Execute the SQL statement with the run button.

Expand Down Expand Up @@ -156,7 +156,7 @@ Use protected material detection to detect and protect third-party text material
select @ret as ReturnCode, @response as Response;
```

1. Replace the **CONTENT_KEY** text with the AI Language Key that was returned to you in the previous chapter when testing connectivity.
1. Replace the **CONTENT_KEY** text with the Ai Content Safety Key that was returned to you in the previous chapter when testing connectivity.

1. Execute the SQL statement with the run button.

Expand All @@ -172,4 +172,4 @@ Use protected material detection to detect and protect third-party text material

## Continue to chapter 10

Click [here](.//10-using-azure-openai.md) to continue to chapter 10, Azure OpenAI!
Click [here](.//10-using-azure-openai.md) to continue to chapter 10, Azure OpenAI!

0 comments on commit 4eca74c

Please sign in to comment.