feat: feature/1.5-Data Integration

This commit is contained in:
ningyv
2025-02-15 17:26:58 +08:00
parent 519673ec01
commit 90ae7b0741
2 changed files with 3 additions and 2 deletions
@@ -156,6 +156,7 @@ const OnlineModelList: React.FC = () => {
},
{
title: $t('默认模型'),
ellipsis: true,
dataIndex: 'defaultLlm'
},
{
@@ -205,7 +205,7 @@ const LoadBalancingPage = () => {
render: (dom: React.ReactNode, record: LoadBalancingItems) => (
<span className="[&>.key-link]:text-[#2196f3] cursor-pointer">
<a
href={`/aiApis?modelId=${record.model?.id}`}
href={`/aiApis?modelId=${record.provider?.id}`}
target="_blank"
className="key-link"
style={{
@@ -229,7 +229,7 @@ const LoadBalancingPage = () => {
render: (dom: React.ReactNode, record: LoadBalancingItems) => (
<span className="[&>.key-link]:text-[#2196f3] cursor-pointer">
<a
href={`/keysetting?modelId=${record.model?.id}`}
href={`/keysetting?modelId=${record.provider?.id}`}
target="_blank"
className="key-link"
style={{