docs: Update chatbot.ipynb (#27422)

- [ ] **PR title**: "docs: Typo fix"

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Radi 2024-10-21 16:06:28 +01:00 committed by GitHub
parent 2678cda83b
commit 689e8b7e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -449,7 +449,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Right now, all we've done is add a simple persistence layer around the model. We can start to make the more complicated and personalized by adding in a prompt template.\n",
"Right now, all we've done is add a simple persistence layer around the model. We can start to make the chatbot more complicated and personalized by adding in a prompt template.\n",
"\n",
"## Prompt templates\n",
"\n",