mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
add video conclusion plugin
This commit is contained in:
@@ -62,6 +62,16 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
enable: true,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频总结",
|
||||
toolName: "bilibili_video_conclusion",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID进行视频总结。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
{
|
||||
name: "维基百科",
|
||||
toolName: "WikipediaQueryRun",
|
||||
|
||||
Reference in New Issue
Block a user