Fix typos in whatsapp.ipynb and telegram.ipynb (#12075)

- **Description:** 
    - Replace Telegram with Whatsapp in whatsapp.ipynb
    - Add # to mark the telegram as heading in telegram.ipynb
 
  - **Issue:** None
  - **Dependencies:** None
This commit is contained in:
Abhay Kaushik
2023-10-21 04:15:33 +05:30
committed by GitHub
parent 82f4c0589c
commit 39f65fb1c9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"id": "735455a6-f82e-4252-b545-27385ef883f4",
"metadata": {},
"source": [
" Telegram\n",
"# Telegram\n",
"\n",
"This notebook shows how to use the Telegram chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n",
"\n",

View File

@@ -7,7 +7,7 @@
"source": [
"# WhatsApp\n",
"\n",
"This notebook shows how to use the WhatsApp chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n",
"This notebook shows how to use the WhatsApp chat loader. This class helps map exported WhatsApp conversations to LangChain chat messages.\n",
"\n",
"The process has three steps:\n",
"1. Export the chat conversations to computer\n",