docs: links (#14940)

pull/14972/head
Erick Friis 9 months ago committed by GitHub
parent 6479aab74f
commit cf6951a0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -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"
]

Loading…
Cancel
Save