From 01d6bcf99f5fd3d3fdf189701dfb000ade347054 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Wed, 18 Jun 2025 10:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20improve=20README.md=20(#?= =?UTF-8?q?8212)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * Update README.md * Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56ee1e19ca..377339190f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # Lobe Chat -An open-source, modern-design ChatGPT/LLMs UI/Framework.
-Supports speech-synthesis, multi-modal, and extensible ([function call][docs-functionc-call]) plugin system.
+An open-source, modern design ChatGPT/LLMs UI/framework.
+Supports speech synthesis, multi-modal, and extensible ([function call][docs-function-call]) plugin system.
One-click **FREE** deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/Ollama chat application. **English** · [简体中文](./README.zh-CN.md) · [Official Site][official-site] · [Changelog][changelog] · [Documents][docs] · [Blog][blog] · [Feedback][github-issues-link] @@ -628,7 +628,7 @@ This project provides some additional configuration items set with environment v ## 🧩 Plugins -Plugins provide a means to extend the [Function Calling][docs-functionc-call] 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][docs-plugin-dev] in the Wiki. +Plugins provide a means to extend the [Function Calling][docs-function-call] 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][docs-plugin-dev] 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. @@ -822,7 +822,7 @@ This project is [Apache 2.0](./LICENSE) licensed. [docs-feat-theme]: https://lobehub.com/docs/usage/features/theme [docs-feat-tts]: https://lobehub.com/docs/usage/features/tts [docs-feat-vision]: https://lobehub.com/docs/usage/features/vision -[docs-functionc-call]: https://lobehub.com/blog/openai-function-call +[docs-function-call]: https://lobehub.com/blog/openai-function-call [docs-lighthouse]: https://github.com/lobehub/lobe-chat/wiki/Lighthouse [docs-plugin-dev]: https://lobehub.com/docs/usage/plugins/development [docs-self-hosting]: https://lobehub.com/docs/self-hosting/start