From 2dff093574427b73f360342f2cf34af5328950a5 Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Thu, 15 May 2025 13:02:23 +0800 Subject: [PATCH] [Misc] add lobe-chat support (#18177) Signed-off-by: reidliu41 Co-authored-by: reidliu41 --- docs/source/deployment/frameworks/index.md | 1 + docs/source/deployment/frameworks/lobe-chat.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/source/deployment/frameworks/lobe-chat.md diff --git a/docs/source/deployment/frameworks/index.md b/docs/source/deployment/frameworks/index.md index 6708f2c4135fd..9744f5f4d3626 100644 --- a/docs/source/deployment/frameworks/index.md +++ b/docs/source/deployment/frameworks/index.md @@ -10,6 +10,7 @@ chatbox dify dstack helm +lobe-chat lws modal open-webui diff --git a/docs/source/deployment/frameworks/lobe-chat.md b/docs/source/deployment/frameworks/lobe-chat.md new file mode 100644 index 0000000000000..6d86b7fa9cce1 --- /dev/null +++ b/docs/source/deployment/frameworks/lobe-chat.md @@ -0,0 +1,13 @@ +(deployment-lobe-chat)= + +# Lobe Chat + +[Lobe Chat](https://github.com/lobehub/lobe-chat) is an open-source, modern-design ChatGPT/LLMs UI/Framework. + +Supports speech-synthesis, multi-modal, and extensible (function call) plugin system. + +One-click FREE deployment of your private OpenAI ChatGPT/Claude/Gemini/Groq/Ollama chat application. + +It supports vLLM as a AI model provider to efficiently serve large language models. + +For details, see the tutorial [Using vLLM in LobeChat](https://lobehub.com/docs/usage/providers/vllm).