mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
feat: 添加维基百科插件
This commit is contained in:
@@ -29,4 +29,13 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
createdAt: 1693744292000,
|
||||
enable: true,
|
||||
},
|
||||
{
|
||||
name: "维基百科",
|
||||
toolName: "WikipediaQueryRun",
|
||||
lang: "cn",
|
||||
description: "用于与Wikipedia API交互和从Wikipedia API获取数据的工具。",
|
||||
builtin: true,
|
||||
createdAt: 1694235989000,
|
||||
enable: false,
|
||||
},
|
||||
];
|
||||
|
||||
@@ -30,4 +30,14 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
|
||||
createdAt: 1693744292000,
|
||||
enable: true,
|
||||
},
|
||||
{
|
||||
name: "Wikipedia",
|
||||
toolName: "WikipediaQueryRun",
|
||||
lang: "en",
|
||||
description:
|
||||
"A tool for interacting with and fetching data from the Wikipedia API.",
|
||||
builtin: true,
|
||||
createdAt: 1694235989000,
|
||||
enable: false,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user