From ba602dc562ec5dde4c2adcae589630108700e5fc Mon Sep 17 00:00:00 2001 From: Chris Germann <88305668+TAAGECH9@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:00:03 +0200 Subject: [PATCH] Documentation: Fixed the typo of Discord -> Telegram (#20008) Description: Just fixed one string Issues: None Dependencies: None Twitter handle: @epu9byj Co-authored-by: gere --- docs/docs/integrations/chat_loaders/telegram.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/chat_loaders/telegram.ipynb b/docs/docs/integrations/chat_loaders/telegram.ipynb index b8da73aa5a8..d34a1390350 100644 --- a/docs/docs/integrations/chat_loaders/telegram.ipynb +++ b/docs/docs/integrations/chat_loaders/telegram.ipynb @@ -10,7 +10,7 @@ "This notebook shows how to use the Telegram chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n", "\n", "The process has three steps:\n", - "1. Export the chat .txt file by copying chats from the Discord app and pasting them in a file on your local computer\n", + "1. Export the chat .txt file by copying chats from the Telegram app and pasting them in a file on your local computer\n", "2. Create the `TelegramChatLoader` with the file path pointed to the json file or directory of JSON files\n", "3. Call `loader.load()` (or `loader.lazy_load()`) to perform the conversion. Optionally use `merge_chat_runs` to combine message from the same sender in sequence, and/or `map_ai_messages` to convert messages from the specified sender to the \"AIMessage\" class.\n", "\n",