Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
llm-bp
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
songchuancai
llm-bp
Commits
16b3b2f1
提交
16b3b2f1
authored
9月 13, 2024
作者:
yanyalin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
报错解决
上级
cc8e3322
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
0 行增加
和
5 行删除
+0
-5
index.vue
src/workflow/nodes/ai-chat-node/index.vue
+0
-1
index.vue
src/workflow/nodes/function-lib-node/index.vue
+0
-1
index.vue
src/workflow/nodes/question-node/index.vue
+0
-1
index.vue
src/workflow/nodes/reranker-node/index.vue
+0
-1
index.vue
src/workflow/nodes/search-dataset-node/index.vue
+0
-1
没有找到文件。
src/workflow/nodes/ai-chat-node/index.vue
浏览文件 @
16b3b2f1
...
...
@@ -195,7 +195,6 @@
</template>
<
script
setup
lang=
"ts"
>
import
{
set
,
groupBy
}
from
'lodash'
import
{
app
}
from
'@/main'
import
NodeContainer
from
'@/workflow/common/NodeContainer.vue'
import
CreateModelDialog
from
'@/views/template/component/CreateModelDialog.vue'
import
SelectProviderDialog
from
'@/views/template/component/SelectProviderDialog.vue'
...
...
src/workflow/nodes/function-lib-node/index.vue
浏览文件 @
16b3b2f1
...
...
@@ -77,7 +77,6 @@ import type { FormInstance } from 'element-plus'
import
{
ref
,
computed
,
onMounted
}
from
'vue'
import
{
isLastNode
}
from
'@/workflow/common/data'
import
applicationApi
from
'@/api/application'
import
{
app
}
from
'@/main'
const
props
=
defineProps
<
{
nodeModel
:
any
}
>
()
const
nodeCascaderRef
=
ref
()
...
...
src/workflow/nodes/question-node/index.vue
浏览文件 @
16b3b2f1
...
...
@@ -193,7 +193,6 @@
</template>
<
script
setup
lang=
"ts"
>
import
{
set
,
groupBy
}
from
'lodash'
import
{
app
}
from
'@/main'
import
NodeContainer
from
'@/workflow/common/NodeContainer.vue'
import
CreateModelDialog
from
'@/views/template/component/CreateModelDialog.vue'
import
SelectProviderDialog
from
'@/views/template/component/SelectProviderDialog.vue'
...
...
src/workflow/nodes/reranker-node/index.vue
浏览文件 @
16b3b2f1
...
...
@@ -189,7 +189,6 @@ import CreateModelDialog from '@/views/template/component/CreateModelDialog.vue'
import
SelectProviderDialog
from
'@/views/template/component/SelectProviderDialog.vue'
import
applicationApi
from
'@/api/application'
import
useStore
from
'@/stores'
import
{
app
}
from
'@/main'
import
{
relatedObject
}
from
'@/utils/utils'
const
{
model
}
=
useStore
()
...
...
src/workflow/nodes/search-dataset-node/index.vue
浏览文件 @
16b3b2f1
...
...
@@ -110,7 +110,6 @@
</template>
<
script
setup
lang=
"ts"
>
import
{
set
}
from
'lodash'
import
{
app
}
from
'@/main'
import
NodeContainer
from
'@/workflow/common/NodeContainer.vue'
import
NodeCascader
from
'@/workflow/common/NodeCascader.vue'
import
AddDatasetDialog
from
'@/views/application/component/AddDatasetDialog.vue'
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论