feat: feature/1.5-Data Integration

This commit is contained in:
ningyv
2025-02-15 17:44:23 +08:00
parent 90ae7b0741
commit e1194ff391
2 changed files with 2 additions and 1 deletions
@@ -318,7 +318,7 @@ const LocalModelList: React.FC = () => {
render: (dom: React.ReactNode, record: ModelListData) => (
<span className="[&>.key-link]:text-[#2196f3] cursor-pointer">
<a
href={`/aiApis?modelId=${record?.id}`}
href={`/aiApis?modelId=${record?.provider}`}
target="_blank"
className="key-link"
style={{
@@ -13,6 +13,7 @@ export interface ModelListData {
name: string
logo: string
defaultLlm: string | undefined
provider?: string
modelMode?: string
status: ModelStatus
state?: ModelDeployStatus