From c86100b875714bd2fd9d1917c1dde93d928124e6 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Thu, 13 Jul 2023 16:44:27 -0300 Subject: [PATCH] Change step-by-step guides names --- docs/docs/guides/chatprompttemplate_guide.mdx | 2 +- docs/docs/guides/loading_document.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/chatprompttemplate_guide.mdx b/docs/docs/guides/chatprompttemplate_guide.mdx index 45767d41b..422bb6420 100644 --- a/docs/docs/guides/chatprompttemplate_guide.mdx +++ b/docs/docs/guides/chatprompttemplate_guide.mdx @@ -3,7 +3,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; import ZoomableImage from "/src/theme/ZoomableImage.js"; import ReactPlayer from "react-player"; -# Customize and Build a Chatbot with a custom System Message: A Step-by-Step Guide +# Building chatbots with System Message ## Overview diff --git a/docs/docs/guides/loading_document.mdx b/docs/docs/guides/loading_document.mdx index 4a1fdebdf..d760e9124 100644 --- a/docs/docs/guides/loading_document.mdx +++ b/docs/docs/guides/loading_document.mdx @@ -3,7 +3,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; import ZoomableImage from "/src/theme/ZoomableImage.js"; import ReactPlayer from "react-player"; -# Integrating a Document into a PromptTemplate Variable: A Step-by-Step Guide +# Integrating documents with prompt variables ## Overview