Skip to content

Commit

Permalink
Update ContentModerator endpoint and AIHub image version
Browse files Browse the repository at this point in the history
  • Loading branch information
heblasco committed Mar 6, 2024
1 parent fd68871 commit 7c8f6ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions infra/modules/ca-aihub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ resource "azapi_resource" "ca_back" {
name = "ContentModerator__SubscriptionKey",
secretRef = "content-safety-key"
},
{
name = "ContentModerator__JailbreakDetectionEndpoint",
value = "contentsafety/text:detectJailbreak?api-version=2023-10-15-preview"
},
{
name = "BrandAnalyzer__BingEndpoint",
value = "https://api.bing.microsoft.com/v7.0/search"
Expand Down
2 changes: 1 addition & 1 deletion infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ variable "ca_prep_docs_image" {
}

variable "ca_aihub_image" {
default = "ghcr.io/azure/aihub/aihub:1.0.2-preview.17"
default = "ghcr.io/azure/aihub/aihub:1.0.2-preview.19"
}

variable "use_random_suffix" {
Expand Down

0 comments on commit 7c8f6ce

Please sign in to comment.