From 31fe1405285cf9a979cbd738cf3a9a20f5ba6871 Mon Sep 17 00:00:00 2001 From: Trickster <149191693+Chhagan011@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:21:16 +0530 Subject: [PATCH] Doc: Typo Fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected "the the" to "the" in [README.md]. Removing the extra "the". This pull request addresses a minor typo found in the repository. The typo has been corrected to improve clarity and maintain the quality of the documentation. This change is purely cosmetic and does not affect functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba420076b..f51000a2f 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ export DOC_PATH="./my-docs" ``` Step 2: - - If you're running the frontend app on localhost:8000, simply select "My Documents" from the the "Report Source" Dropdown Options. + - If you're running the frontend app on localhost:8000, simply select "My Documents" from the "Report Source" Dropdown Options. - If you're running GPT Researcher with the [PIP package](https://docs.tavily.com/docs/gpt-researcher/pip-package), pass the `report_source` argument as "local" when you instantiate the `GPTResearcher` class [code sample here](https://docs.gptr.dev/docs/gpt-researcher/context/tailored-research).