mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
feat: feature/1.5-Data Integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user