docs: links (#14940)

This commit is contained in:
Erick Friis 2023-12-20 11:51:18 -08:00 committed by GitHub
parent 6479aab74f
commit cf6951a0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -163,3 +163,11 @@ This outputs:
```
We can see that we detect that the user is trying to use the special tokens, and so we don't do any formatting.
## `ChatAnthropicMessages` (Beta)
`ChatAnthropicMessages` uses the beta release of Anthropic's new Messages API.
You can use it from the `langchain-anthropic` package, which you can install with `pip install langchain-anthropic`.
For more information, see the [ChatAnthropicMessages docs](../chat/anthropic#chatanthropicmessages)

View File

@ -42,7 +42,7 @@
"\n",
"Make sure to set the following environment variables:\n",
"\n",
"- TODO: fill out relevant environment variables or secrets\n",
"- `TOGETHER_API_KEY`\n",
"\n",
"## Usage"
]