From e97878b49b4a8bf1f19e1b617a8f3c5d123bc360 Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Wed, 31 Jul 2024 14:54:40 +0200 Subject: [PATCH] docs: remove double header --- fern/docs/pages/recipes/summarize.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/fern/docs/pages/recipes/summarize.mdx b/fern/docs/pages/recipes/summarize.mdx index 0f93696..99594bf 100644 --- a/fern/docs/pages/recipes/summarize.mdx +++ b/fern/docs/pages/recipes/summarize.mdx @@ -1,5 +1,3 @@ -# Summarize - The Summarize Recipe provides a method to extract concise summaries from ingested documents or texts using PrivateGPT. This tool is particularly useful for quickly understanding large volumes of information by distilling key points and main ideas.