From a35203b1641e15841679d45db064c0fcf79fafdf Mon Sep 17 00:00:00 2001 From: aditya thomas Date: Fri, 8 Mar 2024 23:18:04 +0530 Subject: [PATCH] docs: (minor) update to anthropic doc (#18794) **Description:** Minor update to Anthropic documentation **Issue:** Not applicable **Dependencies:** None **Lint and test**: `make format` and `make lint` was done --- docs/docs/integrations/chat/anthropic.ipynb | 2 +- docs/docs/integrations/llms/anthropic.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/chat/anthropic.ipynb b/docs/docs/integrations/chat/anthropic.ipynb index 0bc37365b8f..82554b2269d 100644 --- a/docs/docs/integrations/chat/anthropic.ipynb +++ b/docs/docs/integrations/chat/anthropic.ipynb @@ -41,7 +41,7 @@ "source": [ "## Environment Setup\n", "\n", - "We'll need to get a [Anthropic](https://console.anthropic.com/settings/keys) and set the `ANTHROPIC_API_KEY` environment variable:" + "We'll need to get an [Anthropic](https://console.anthropic.com/settings/keys) API key and set the `ANTHROPIC_API_KEY` environment variable:" ] }, { diff --git a/docs/docs/integrations/llms/anthropic.ipynb b/docs/docs/integrations/llms/anthropic.ipynb index 43d030250a9..36c3fe4b80f 100644 --- a/docs/docs/integrations/llms/anthropic.ipynb +++ b/docs/docs/integrations/llms/anthropic.ipynb @@ -43,7 +43,7 @@ "source": [ "## Environment Setup\n", "\n", - "We'll need to get a [Anthropic](https://console.anthropic.com/settings/keys) and set the `ANTHROPIC_API_KEY` environment variable:" + "We'll need to get an [Anthropic](https://console.anthropic.com/settings/keys) API key and set the `ANTHROPIC_API_KEY` environment variable:" ] }, {