From 17f9177f312dde0bf575c4040e6ce26aa57a1ebe Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Fri, 3 Nov 2023 12:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Update=20README.md=20[sk?= =?UTF-8?q?ip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427a6f8..b984899 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This is a function calling plugin for [Lobe Chat](https://github.com/lobehub/lob ## 📦 Plugin Ecosystem -Plugins provide a means to extend the \[Function Calling]\[fc-link] capabilities of LobeChat. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our [📘 Plugin Development Guide](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) in the Wiki. +Plugins provide a means to extend the Function Calling capabilities of LobeChat. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our [📘 Plugin Development Guide](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) in the Wiki. - [lobe-chat-plugins][lobe-chat-plugins]: This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for LobeChat to the user. - [chat-plugin-template][chat-plugin-template]: This is the plugin template for LobeChat plugin development.