removed flow-config endpoint and resort to just prediction endpoint

This commit is contained in:
Henry
2023-05-10 01:06:53 +01:00
parent a1539edadf
commit 601b0b0f5b
8 changed files with 255 additions and 162 deletions
+9 -2
View File
@@ -1,8 +1,8 @@
// assets
import { IconTrash, IconFileUpload, IconFileExport } from '@tabler/icons'
import { IconTrash, IconFileUpload, IconFileExport, IconCopy } from '@tabler/icons'
// constant
const icons = { IconTrash, IconFileUpload, IconFileExport }
const icons = { IconTrash, IconFileUpload, IconFileExport, IconCopy }
// ==============================|| SETTINGS MENU ITEMS ||============================== //
@@ -11,6 +11,13 @@ const settings = {
title: '',
type: 'group',
children: [
{
id: 'duplicateChatflow',
title: 'Duplicate Chatflow',
type: 'item',
url: '',
icon: icons.IconCopy
},
{
id: 'loadChatflow',
title: 'Load Chatflow',