From c8827a0e0eafba6f90548cf8114c1fbc83221e18 Mon Sep 17 00:00:00 2001 From: chung1912 <38153111+chung1912@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:38:01 +0800 Subject: [PATCH 1/2] feat: add plugin --- src/fastgpt.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/fastgpt.json diff --git a/src/fastgpt.json b/src/fastgpt.json new file mode 100644 index 0000000..c183f9b --- /dev/null +++ b/src/fastgpt.json @@ -0,0 +1,15 @@ +{ + "author": "Chung1912", + "createdAt": "2024-09-15", + "homepage": "https://github.com/chung1912/lobe-chat-plugins", + "identifier": "fastgpt-dateset-search", + "manifest": "https://openai-collections.chat-plugin.lobehub.com/fastgpt/manifest.json", + "meta": { + "avatar": "https://openai-collections.chat-plugin.lobehub.com/fastgpt/logo.webp", + "description": "该插件使用FastGPT的知识库", + "tags": ["fastgpt", "dataset", "search"], + "title": "FastGPT知识库搜索引擎", + "category": "web-search" + }, + "schemaVersion": 1 +} From 0882e8b65d45124f5e26b23042e8a1199172b20c Mon Sep 17 00:00:00 2001 From: chung1912 <38153111+chung1912@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:41:19 +0800 Subject: [PATCH 2/2] fix: fix path --- src/fastgpt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastgpt.json b/src/fastgpt.json index c183f9b..32a16eb 100644 --- a/src/fastgpt.json +++ b/src/fastgpt.json @@ -1,7 +1,7 @@ { "author": "Chung1912", "createdAt": "2024-09-15", - "homepage": "https://github.com/chung1912/lobe-chat-plugins", + "homepage": "https://github.com/chung1912/lobechat-plugin-fastgpt", "identifier": "fastgpt-dateset-search", "manifest": "https://openai-collections.chat-plugin.lobehub.com/fastgpt/manifest.json", "meta": {