mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-17 16:44:01 +00:00
feat: add arxiv plugin (#55)
This commit is contained in:
@@ -58,4 +58,13 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
createdAt: 1688899480510,
|
||||
enable: false,
|
||||
},
|
||||
{
|
||||
name: "Arxiv",
|
||||
toolName: "arxiv",
|
||||
lang: "cn",
|
||||
description: "使用 Arxiv 接口搜索并获取文章信息。",
|
||||
builtin: true,
|
||||
createdAt: 1699265115000,
|
||||
enable: false,
|
||||
},
|
||||
];
|
||||
|
@@ -60,4 +60,13 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
|
||||
createdAt: 1688899480510,
|
||||
enable: false,
|
||||
},
|
||||
{
|
||||
name: "Arxiv",
|
||||
toolName: "arxiv",
|
||||
lang: "en",
|
||||
description: "Arxiv search and get the article information.",
|
||||
builtin: true,
|
||||
createdAt: 1699265115000,
|
||||
enable: false,
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user