mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
Add plugin: Bilibili Video Searching
This commit is contained in:
@@ -32,6 +32,26 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
enable: true,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频信息获取",
|
||||
toolName: "bilibili_video_info",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID获取视频信息,如标题、简介等。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频搜索",
|
||||
toolName: "bilibili_video_search",
|
||||
lang: "cn",
|
||||
description: "通过关键词搜索Bilibili视频,并获取视频信息。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
{
|
||||
name: "维基百科",
|
||||
toolName: "WikipediaQueryRun",
|
||||
@@ -95,14 +115,4 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
enable: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频信息获取",
|
||||
toolName: "bilibili_video_info",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID获取视频信息,如标题、简介等。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user