mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Merge branch 'feature/1.5-cx' into 'main'
feat: feature/1.5-Data Integration See merge request apipark/APIPark!190
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user