mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
System plugin (#2091)
* System template (#2082) * feat: system plugin (#2024) * add plugin cost & change plugin avatar (#2030) * add plugin cost & change plugin avatar * add author * feat: duckduckgo plugin * duckduck search * perf: templates select system plugin * perf: system plugin avatar * feat: duckduck plugins * doc * perf: plugin classify * perf: icon avatar component * perf: system template avatar --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com> * feat: system plugin search * perf: plugin packages important * perf: source avatar * nextconfig * perf: i18n * perf: default model * perf: system plugin author --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
"My Apps": "My Apps",
|
||||
"Output Field Settings": "Output Field Settings",
|
||||
"Paste Config": "Paste Config",
|
||||
"plugin_cost_per_times": "{{cost}}/per time",
|
||||
"Plugin dispatch": "Plugins",
|
||||
"Plugin dispatch tip": "It is up to the model to decide which plug-ins to add additional capabilities to. If the plug-in is selected, the knowledge base call is also treated as a special plug-in.",
|
||||
"Publish channel": "Publish channel",
|
||||
@@ -60,6 +61,9 @@
|
||||
"has new version": "has new version"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"plugin_cost_per_times": "{{cost}} points/times"
|
||||
},
|
||||
"module": {
|
||||
"Combine Modules": "Combine Modules",
|
||||
"Confirm Sync": "The template will be updated to the latest template configuration. Fields that do not exist in the template will be deleted (including all custom fields). You are advised to make a copy of the node and then update the original node version.",
|
||||
|
@@ -1046,9 +1046,11 @@
|
||||
"plugin": {
|
||||
"Custom headers": "Custom headers",
|
||||
"Delete http plugin": "Confirm to delete this group of HTTP plugins? This will delete all plugins in the directory.",
|
||||
"Free": "The plugin requires no points~",
|
||||
"Get Plugin Module Detail Failed": "Plugin loading failed",
|
||||
"Http plugin intro placeholder": "For display only, no actual effect",
|
||||
"Intro placeholder": "If this plugin is used as a tool, this introduction will be used as a prompt."
|
||||
"Intro placeholder": "If this plugin is used as a tool, this introduction will be used as a prompt.",
|
||||
"cost": "Plugin cost: "
|
||||
},
|
||||
"shareChat": {
|
||||
"Init Error": "Failed to initialize chat dialog",
|
||||
@@ -1117,6 +1119,10 @@
|
||||
"OnRevert version confirm": "Confirm to revert to this version? It will save the configuration of the version being edited and create a new published version for the reverted version.",
|
||||
"histories": "Publishing records"
|
||||
},
|
||||
"template": {
|
||||
"Multimodal": "Multimodal",
|
||||
"Search": "Search"
|
||||
},
|
||||
"tool": {
|
||||
"Handle": "Tool connector",
|
||||
"Select Tool": "Select tool"
|
||||
|
@@ -39,6 +39,7 @@
|
||||
"My Apps": "我的应用",
|
||||
"Output Field Settings": "输出字段编辑",
|
||||
"Paste Config": "粘贴配置",
|
||||
"plugin_cost_per_times": "{{cost}}/次",
|
||||
"Plugin dispatch": "插件调用",
|
||||
"Plugin dispatch tip": "给模型附加额外的能力,具体调用哪些插件,将由模型自主决定。\n若选择了插件,知识库调用将自动作为一个特殊的插件。",
|
||||
"Publish channel": "发布渠道",
|
||||
@@ -59,6 +60,9 @@
|
||||
"has new version": "有新版本"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"plugin_cost_per_times": "{{cost}}积分/次"
|
||||
},
|
||||
"module": {
|
||||
"Combine Modules": "组合模块",
|
||||
"Confirm Sync": "将会更新至最新的模板配置,不存在模板中的字段将会被删除(包括所有自定义字段),建议您先复制一份节点,再更新原来节点的版本。",
|
||||
|
@@ -1055,9 +1055,11 @@
|
||||
"plugin": {
|
||||
"Custom headers": "自定义请求头",
|
||||
"Delete http plugin": "确认删除该组 HTTP 插件?会删除该目录下所有插件。",
|
||||
"Free": "该插件无需积分消耗~",
|
||||
"Get Plugin Module Detail Failed": "加载插件异常",
|
||||
"Http plugin intro placeholder": "仅做展示,无实际效果",
|
||||
"Intro placeholder": "如果该插件作为工具被调用,则会使用该介绍作为提示词。"
|
||||
"Intro placeholder": "如果该插件作为工具被调用,则会使用该介绍作为提示词。",
|
||||
"cost": "积分消耗:"
|
||||
},
|
||||
"shareChat": {
|
||||
"Init Error": "初始化对话框失败",
|
||||
@@ -1126,6 +1128,10 @@
|
||||
"OnRevert version confirm": "确认回退至该版本?会为您保存编辑中版本的配置,并为回退版本创建一个新的发布版本。",
|
||||
"histories": "发布记录"
|
||||
},
|
||||
"template": {
|
||||
"Multimodal": "多模态",
|
||||
"Search": "搜索"
|
||||
},
|
||||
"tool": {
|
||||
"Handle": "工具连接器",
|
||||
"Select Tool": "选择工具"
|
||||
|
Reference in New Issue
Block a user