Skip to content

Commit

Permalink
Add chat model page link to provider docs (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Mar 5, 2024
1 parent 13e427c commit f12f5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/core_docs/docs/integrations/platforms/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ You can then use this in a chain as follows:
const chain = prompt.pipe(model);
await chain.invoke({ topic: "bears" });
```

See the [chat model integration page](/docs/integrations/chat/anthropic/) for more examples, including multimodal inputs.

0 comments on commit f12f5f9

Please sign in to comment.