Skip to content

Commit

Permalink
Remove Discord links.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed May 6, 2024
1 parent 4382027 commit 1743438
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
[![NPM Version](https://img.shields.io/npm/v/modelfusion?color=33cd56&logo=npm)](https://www.npmjs.com/package/modelfusion)
[![MIT License](https://img.shields.io/github/license/lgrammel/modelfusion)](https://opensource.org/licenses/MIT)
[![Docs](https://img.shields.io/badge/docs-modelfusion.dev-blue)](https://modelfusion.dev)
[![Discord](https://discordapp.com/api/guilds/1136309340740006029/widget.png?style=shield)](https://discord.gg/GqCwYZATem)
[![Created by Lars Grammel](https://img.shields.io/badge/created%20by-@lgrammel-4BBAAB.svg)](https://twitter.com/lgrammel)
[![Follow @modelfusionjs](https://img.shields.io/badge/follow-@modelfusionjs-4BBAAB.svg)](https://twitter.com/modelfusionjs)

[Introduction](#introduction) | [Quick Install](#quick-install) | [Usage](#usage-examples) | [Documentation](#documentation) | [Examples](#more-examples) | [Contributing](#contributing) | [modelfusion.dev](https://modelfusion.dev)

## Introduction

> [!IMPORTANT]
> [ModelFusion has joined Vercel](https://vercel.com/blog/vercel-ai-sdk-3-1-modelfusion-joins-the-team) and is being integrated into the [Vercel AI SDK](https://sdk.vercel.ai/docs/introduction). We are bringing the best parts of modelfusion to the Vercel AI SDK, starting with text generation, structured object generation, and tool calls. Please check out the AI SDK for the latest developments.
> [!IMPORTANT] > [ModelFusion has joined Vercel](https://vercel.com/blog/vercel-ai-sdk-3-1-modelfusion-joins-the-team) and is being integrated into the [Vercel AI SDK](https://sdk.vercel.ai/docs/introduction). We are bringing the best parts of modelfusion to the Vercel AI SDK, starting with text generation, structured object generation, and tool calls. Please check out the AI SDK for the latest developments.
**ModelFusion** is an abstraction layer for integrating AI models into JavaScript and TypeScript applications, unifying the API for common operations such as **text streaming**, **object generation**, and **tool usage**. It provides features to support production environments, including observability hooks, logging, and automatic retries. You can use ModelFusion to build AI applications, chatbots, and agents.

Expand Down
1 change: 0 additions & 1 deletion docs/blog/2023-08-08-introducing-modelfusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ Here's what you need to kickstart your journey with ModelFusion:

1. **Explore the Code**: Visit the [ModelFusion GitHub repository](https://github.com/lgrammel/modelfusion) to take a closer look at the source code, contribute, or even raise an issue if you encounter any challenges.
1. **Read the Docs**: If you want to dive deep into the functionalities, the [ModelFusion documentation](https://modelfusion.dev/) is packed with examples, demo apps, and tutorials that will guide you through various use cases and integrations.
1. **Join the Community**: Have any questions or need help? Don't hesitate to engage with other like-minded developers in the [ModelFusion Discord](https://discord.gg/GqCwYZATem). We're here to support each other.

If you're working with AI models in JavaScript or TypeScript, explore ModelFusion; your feedback and participation can shape this toolkit to better serve the developer community.
5 changes: 0 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ const config = {
position: "right",
},
{ to: "blog", label: "Blog", position: "right" },
{
href: "https://discord.gg/GqCwYZATem",
label: "Discord",
position: "right",
},
{
href: "https://github.com/lgrammel/modelfusion",
label: "GitHub",
Expand Down
1 change: 0 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ Or use a starter template:

## Getting Support

- [Join the ModelFusion Discord](https://discord.gg/GqCwYZATem)
- [Use the ModelFusion issue tracker](https://github.com/lgrammel/modelfusion/issues)

0 comments on commit 1743438

Please sign in to comment.