mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 12:32:06 +00:00
docs: links (#14940)
This commit is contained in:
parent
6479aab74f
commit
cf6951a0c9
@ -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.
|
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",
|
"\n",
|
||||||
"Make sure to set the following environment variables:\n",
|
"Make sure to set the following environment variables:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"- TODO: fill out relevant environment variables or secrets\n",
|
"- `TOGETHER_API_KEY`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Usage"
|
"## Usage"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user