Skip to content

Commit

Permalink
chore: template author name & icon border radius (labring#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk authored Sep 5, 2024
1 parent dfcffc7 commit 478386c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion projects/app/public/appMarketTemplates/CQ/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "问题分类 + 知识库",
"intro": "先对用户的问题进行分类,再根据不同类型问题,执行不同的操作",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "core/workflow/template/questionClassify",
"tags": ["office-services"],
"type": "advanced",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "多轮翻译机器人",
"intro": "通过 4 轮翻译,提高翻译英文的质量",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "/appMarketTemplates/TranslateRobot/avatar.svg",
"tags": ["office-services"],
"type": "advanced",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "对话引导 + 变量",
"intro": "可以在对话开始发送一段提示,或者让用户填写一些内容,作为本次对话的变量",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "core/workflow/template/systemConfig",
"tags": ["office-services"],
"type": "simple",
Expand Down
2 changes: 1 addition & 1 deletion projects/app/public/appMarketTemplates/flux/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Flux 绘图",
"intro": "通过请求 Flux 接口绘图,需要有 api key",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "/appMarketTemplates/flux/avatar.svg",
"type": "plugin",
"tags": ["image-generation"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "谷歌搜索",
"intro": "通过请求谷歌搜索,查询相关内容作为模型的参考。",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "/appMarketTemplates/google/avatar.svg",
"tags": ["recommendation", "web-search"],
"type": "advanced",
Expand Down
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "飞书 webhook 插件",
"intro": "通过 webhook 给飞书机器人发送一条消息",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "/appMarketTemplates/plugin-feishu/avatar.svg",
"type": "plugin",
"tags": ["recommendation", "office-services"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "知识库+对话引导",
"intro": "每次提问时进行一次知识库搜索,将搜索结果注入 LLM 模型进行参考回答",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "core/workflow/template/datasetSearch",
"type": "simple",
"tags": ["office-services"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "长字幕反思翻译机器人",
"intro": "利用 AI 自我反思提升翻译质量,同时循环迭代执行 AI 工作流来突破 LLM tokens 限制,实现一个高效的长字幕翻译机器人",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "/appMarketTemplates/TranslateRobot/avatar.svg",
"tags": ["office-services"],
"type": "advanced",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "知道时间的机器人",
"intro": "通过挂载时间插件,让模型获取当前最新时间",
"author": "Fastgpt",
"author": "FastGPT",
"avatar": "core/workflow/template/getTime",
"tags": ["recommendation", "roleplay"],
"type": "simple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ const RenderList = React.memo(function RenderList({
src={template.avatar}
w={gridStyle.avatarSize}
objectFit={'contain'}
borderRadius={'md'}
borderRadius={'sm'}
/>
<Box ml={3} flex={'1'}>
<Box color={'myGray.900'} fontWeight={'500'} fontSize={'sm'} flex={'1 0 0'}>
Expand Down

0 comments on commit 478386c

Please sign in to comment.