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