mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 12:43:42 +08:00
feat: rewrite WolframAlphaTool
This commit is contained in:
@@ -86,7 +86,7 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
},
|
||||
{
|
||||
name: "WolframAlphaTool",
|
||||
toolName: "wolfram_alpha",
|
||||
toolName: "wolfram_alpha_llm",
|
||||
lang: "cn",
|
||||
description:
|
||||
"在需要回答有关数学、科学、技术、文化、社会和日常生活的问题时非常有用。",
|
||||
|
||||
@@ -89,7 +89,7 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
|
||||
},
|
||||
{
|
||||
name: "WolframAlphaTool",
|
||||
toolName: "wolfram_alpha",
|
||||
toolName: "wolfram_alpha_llm",
|
||||
lang: "en",
|
||||
description:
|
||||
"Useful for when you need to answer questions about Math, Science, Technology, Culture, Society and Everyday Life.",
|
||||
|
||||
Reference in New Issue
Block a user