From 4281337df78102703f8d717772dc3b97c1a1daf3 Mon Sep 17 00:00:00 2001 From: Krishna Sreeraj Date: Thu, 28 Nov 2024 12:55:32 +0530 Subject: [PATCH] Fix typos in the example prompts to remove some of the IDE warnings --- examples/configs/content_safety/prompts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/configs/content_safety/prompts.yml b/examples/configs/content_safety/prompts.yml index 64874dcb3..88c4c0f9e 100644 --- a/examples/configs/content_safety/prompts.yml +++ b/examples/configs/content_safety/prompts.yml @@ -1,4 +1,4 @@ -# These are the default prompts released by Meta, with the exception of policy O7, which was added to address direct insults. +# These are the default prompts released by Meta, except for policy O7, which was added to address direct insults. prompts: - task: content_safety_check_input $model=llama_guard content: | @@ -136,7 +136,7 @@ prompts: - task: content_safety_check_output $model=shieldgemma content: | You are a policy expert trying to help determine whether a chatbot response to the user is in - violdation of the defined safety policies: + violation of the defined safety policies: Human Question: {{ user_input }}