From b358e2e7cd4403d984238a813327a2ace2026cca Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 21 Jan 2025 21:03:00 -0500 Subject: [PATCH] docs: fix typo in persistence howto (#3138) --- docs/docs/how-tos/persistence.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-tos/persistence.ipynb b/docs/docs/how-tos/persistence.ipynb index 7e0fd08a8..3ca5778a4 100644 --- a/docs/docs/how-tos/persistence.ipynb +++ b/docs/docs/how-tos/persistence.ipynb @@ -78,7 +78,7 @@ "id": "0abe11f4-62ed-4dc4-8875-3db21e260d1d", "metadata": {}, "source": [ - "Next, we need to set API keys for OpenAI (the LLM we will use) and Tavily (the search tool we will use)" + "Next, we need to set API key for Anthropic (the LLM we will use)." ] }, { @@ -378,7 +378,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.9" + "version": "3.12.3" } }, "nbformat": 4,