feat: model load balancing (#4926)

This commit is contained in:
Nite Knite
2024-06-05 00:13:29 +08:00
committed by GitHub
parent d1dbbc1e33
commit 37f292ea91
58 changed files with 1896 additions and 304 deletions

View File

@@ -61,7 +61,7 @@ const WorkflowChecklist = ({
>
<div
className={`
group flex items-center justify-center w-full h-full rounded-md cursor-pointer
group flex items-center justify-center w-full h-full rounded-md cursor-pointer
hover:bg-primary-50
${open && 'bg-primary-50'}
`}
@@ -122,7 +122,7 @@ const WorkflowChecklist = ({
/>
{node.title}
</div>
<div className='border-t-[0.5px] border-t-black/[0.02]'>
<div className='border-t-[0.5px] border-t-black/2'>
{
node.unConnected && (
<div className='px-3 py-2 bg-gray-25 rounded-b-lg'>