mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
chore: template author name & icon border radius (#2624)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "问题分类 + 知识库",
|
||||
"intro": "先对用户的问题进行分类,再根据不同类型问题,执行不同的操作",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "core/workflow/template/questionClassify",
|
||||
"tags": ["office-services"],
|
||||
"type": "advanced",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "多轮翻译机器人",
|
||||
"intro": "通过 4 轮翻译,提高翻译英文的质量",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "/appMarketTemplates/TranslateRobot/avatar.svg",
|
||||
"tags": ["office-services"],
|
||||
"type": "advanced",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "对话引导 + 变量",
|
||||
"intro": "可以在对话开始发送一段提示,或者让用户填写一些内容,作为本次对话的变量",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "core/workflow/template/systemConfig",
|
||||
"tags": ["office-services"],
|
||||
"type": "simple",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Flux 绘图",
|
||||
"intro": "通过请求 Flux 接口绘图,需要有 api key",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "/appMarketTemplates/flux/avatar.svg",
|
||||
"type": "plugin",
|
||||
"tags": ["image-generation"],
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "谷歌搜索",
|
||||
"intro": "通过请求谷歌搜索,查询相关内容作为模型的参考。",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "/appMarketTemplates/google/avatar.svg",
|
||||
"tags": ["recommendation", "web-search"],
|
||||
"type": "advanced",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Dalle3 绘图",
|
||||
"intro": "通过请求 Dalle3 接口绘图,需要有 api key",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "/appMarketTemplates/plugin-dalle/avatar.svg",
|
||||
"type": "plugin",
|
||||
"tags": ["recommendation", "image-generation"],
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "飞书 webhook 插件",
|
||||
"intro": "通过 webhook 给飞书机器人发送一条消息",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "/appMarketTemplates/plugin-feishu/avatar.svg",
|
||||
"type": "plugin",
|
||||
"tags": ["recommendation", "office-services"],
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "知识库+对话引导",
|
||||
"intro": "每次提问时进行一次知识库搜索,将搜索结果注入 LLM 模型进行参考回答",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "core/workflow/template/datasetSearch",
|
||||
"type": "simple",
|
||||
"tags": ["office-services"],
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "长字幕反思翻译机器人",
|
||||
"intro": "利用 AI 自我反思提升翻译质量,同时循环迭代执行 AI 工作流来突破 LLM tokens 限制,实现一个高效的长字幕翻译机器人",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "/appMarketTemplates/TranslateRobot/avatar.svg",
|
||||
"tags": ["office-services"],
|
||||
"type": "advanced",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "知道时间的机器人",
|
||||
"intro": "通过挂载时间插件,让模型获取当前最新时间",
|
||||
"author": "Fastgpt",
|
||||
"author": "FastGPT",
|
||||
"avatar": "core/workflow/template/getTime",
|
||||
"tags": ["recommendation", "roleplay"],
|
||||
"type": "simple",
|
||||
|
Reference in New Issue
Block a user