mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-18 09:04:05 +00:00
feat: add wolframAlpha plugin
This commit is contained in:
@@ -87,4 +87,15 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
|
||||
enable: false,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
{
|
||||
name: "WolframAlphaTool",
|
||||
toolName: "wolfram_alpha",
|
||||
lang: "en",
|
||||
description:
|
||||
"Useful for when you need to answer questions about Math, Science, Technology, Culture, Society and Everyday Life.",
|
||||
builtin: true,
|
||||
createdAt: 1703846656000,
|
||||
enable: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user