From 0ce874592880c80585f6192a33020d87bdbbcefb Mon Sep 17 00:00:00 2001 From: Tamara Lazarevic Date: Fri, 9 Jun 2023 08:05:22 +0200 Subject: [PATCH] Fix typo (#5894) --- docs/modules/models/llms/examples/llm_caching.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/llms/examples/llm_caching.ipynb b/docs/modules/models/llms/examples/llm_caching.ipynb index 1f51e3bf..b4dff757 100644 --- a/docs/modules/models/llms/examples/llm_caching.ipynb +++ b/docs/modules/models/llms/examples/llm_caching.ipynb @@ -631,7 +631,7 @@ "id": "56ea6a08", "metadata": {}, "source": [ - "You'll need to get a Momemto auth token to use this class. This can either be passed in to a momento.CacheClient if you'd like to instantiate that directly, as a named parameter `auth_token` to `MomentoChatMessageHistory.from_client_params`, or can just be set as an environment variable `MOMENTO_AUTH_TOKEN`." + "You'll need to get a Momento auth token to use this class. This can either be passed in to a momento.CacheClient if you'd like to instantiate that directly, as a named parameter `auth_token` to `MomentoChatMessageHistory.from_client_params`, or can just be set as an environment variable `MOMENTO_AUTH_TOKEN`." ] }, {