From 12a373810ccd3162b3bda877d0b42fddf756b76e Mon Sep 17 00:00:00 2001 From: Monami Sharma Date: Fri, 25 Aug 2023 17:19:32 -0500 Subject: [PATCH] Fixing broken links to Moderation and Constitutional chain (#9768) - Description: Fixing broken links for Moderation and Constitutional chain - Issue: N/A - Twitter handle: MonamiSharma --- docs/docs_skeleton/docs/guides/safety/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs_skeleton/docs/guides/safety/index.mdx b/docs/docs_skeleton/docs/guides/safety/index.mdx index a64b1ea041..1f01245d1e 100644 --- a/docs/docs_skeleton/docs/guides/safety/index.mdx +++ b/docs/docs_skeleton/docs/guides/safety/index.mdx @@ -2,5 +2,5 @@ One of the key concerns with using LLMs is that they may generate harmful or unethical text. This is an area of active research in the field. Here we present some built-in chains inspired by this research, which are intended to make the outputs of LLMs safer. -- [Moderation chain](/docs/use_cases/safety/moderation): Explicitly check if any output text is harmful and flag it. -- [Constitutional chain](/docs/use_cases/safety/constitutional_chain): Prompt the model with a set of principles which should guide it's behavior. +- [Moderation chain](/docs/guides/safety/moderation): Explicitly check if any output text is harmful and flag it. +- [Constitutional chain](/docs/guides/safety/constitutional_chain): Prompt the model with a set of principles which should guide it's behavior.