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
This commit is contained in:
aditya thomas 2024-03-08 23:18:04 +05:30 committed by GitHub
parent 3e29c04213
commit a35203b164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
"source": [ "source": [
"## Environment Setup\n", "## Environment Setup\n",
"\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:"
] ]
}, },
{ {

View File

@ -43,7 +43,7 @@
"source": [ "source": [
"## Environment Setup\n", "## Environment Setup\n",
"\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:"
] ]
}, },
{ {