diff --git a/README.md b/README.md index 13fa421..f5c7432 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/apps/docs/pages/guides/_meta.json b/apps/docs/pages/guides/_meta.json index cc5db4b..3e3549e 100644 --- a/apps/docs/pages/guides/_meta.json +++ b/apps/docs/pages/guides/_meta.json @@ -1,6 +1,5 @@ { "openai": "OpenAI", "huggingface": "HuggingFace", - "anthropic": "Anthropic", "langchain": "LangChain" } diff --git a/apps/docs/pages/guides/anthropic.mdx b/apps/docs/pages/guides/anthropic.mdx deleted file mode 100644 index 26926d3..0000000 --- a/apps/docs/pages/guides/anthropic.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Anthropic ---- - -# Anthropic diff --git a/apps/docs/pages/index.mdx b/apps/docs/pages/index.mdx index f094236..e54d681 100644 --- a/apps/docs/pages/index.mdx +++ b/apps/docs/pages/index.mdx @@ -28,7 +28,7 @@ Vercel AI SDK is a compact library for building edge-rendered AI-powered streami