mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-18 09:04:05 +00:00
feat: 添加维基百科插件
This commit is contained in:
@@ -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