mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 10:54:15 +00:00
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:
parent
82f4c0589c
commit
39f65fb1c9
@ -5,7 +5,7 @@
|
|||||||
"id": "735455a6-f82e-4252-b545-27385ef883f4",
|
"id": "735455a6-f82e-4252-b545-27385ef883f4",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
" Telegram\n",
|
"# Telegram\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook shows how to use the Telegram chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n",
|
"This notebook shows how to use the Telegram chat loader. This class helps map exported Telegram conversations to LangChain chat messages.\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# WhatsApp\n",
|
"# WhatsApp\n",
|
||||||
"\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",
|
"\n",
|
||||||
"The process has three steps:\n",
|
"The process has three steps:\n",
|
||||||
"1. Export the chat conversations to computer\n",
|
"1. Export the chat conversations to computer\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user