diff --git a/docs/modules/memory/examples/momento_chat_message_history.ipynb b/docs/modules/memory/examples/momento_chat_message_history.ipynb index 85e6fa59..2332f2eb 100644 --- a/docs/modules/memory/examples/momento_chat_message_history.ipynb +++ b/docs/modules/memory/examples/momento_chat_message_history.ipynb @@ -5,7 +5,7 @@ "id": "91c6a7ef", "metadata": {}, "source": [ - "# Momento\n", + "# Momento Chat Message History\n", "\n", "This notebook goes over how to use [Momento Cache](https://gomomento.com) to store chat message history using the `MomentoChatMessageHistory` class. See the Momento [docs](https://docs.momentohq.com/getting-started) for more detail on how to get set up with Momento.\n", "\n", @@ -27,7 +27,7 @@ "\n", "session_id = \"foo\"\n", "cache_name = \"langchain\"\n", - "ttl = timedelta(days=1),\n", + "ttl = timedelta(days=1)\n", "history = MomentoChatMessageHistory.from_client_params(\n", " session_id, \n", " cache_name,\n",