Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Vercel AI SDK is **a compact library for building edge-rendered AI-powered s
## Features

- [SWR](https://swr.vercel.app)-powered React hooks for streaming text responses and building chat and completion UIs
- First-class support for [LangChain](js.langchain.com/docs) and native [OpenAI](https://openai.com), [Anthropic](https://anthropicai.com), and [HuggingFace](https://huggingface.co) Inference JavaScript SDKs
- First-class support for [LangChain](js.langchain.com/docs) and [OpenAI](https://openai.com), [Anthropic](https://anthropicai.com), and [HuggingFace](https://huggingface.co)
- [Edge Runtime](https://edge-runtime.vercel.app/) compatibility
- Callbacks for saving completed streaming responses to a database (in the same request)

Expand Down
1 change: 0 additions & 1 deletion apps/docs/pages/guides/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"openai": "OpenAI",
"huggingface": "HuggingFace",
"anthropic": "Anthropic",
"langchain": "LangChain"
}
5 changes: 0 additions & 5 deletions apps/docs/pages/guides/anthropic.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Vercel AI SDK is a compact library for building edge-rendered AI-powered streami
</Card>
<Card
title="Built-in Adapters"
description="First-class support for native OpenAI, Anthropic, and HuggingFace Inference JavaScript SDKs."
description="First-class support for LangChain, OpenAI, Anthropic, and HuggingFace."
>
<Logos />
</Card>
Expand Down