Browse Source

updated getadapterbymodel api

Former-commit-id: 8a6175e6d6
pull/299/head
tzwang 1 year ago
parent
commit
91bfc6e6b3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      desc/inference/inference.api
  2. +1
    -1
      internal/types/types.go

+ 1
- 1
desc/inference/inference.api View File

@@ -200,7 +200,7 @@ type (

AdapterAvail {
AdapterId string `json:"adapterId"`
AdapterName string `json:"taskName"`
AdapterName string `json:"adapterName"`
Clusters []*ClusterAvail `json:"clusters"`
}



+ 1
- 1
internal/types/types.go View File

@@ -6096,7 +6096,7 @@ type GetAdaptersByModelResp struct {

type AdapterAvail struct {
AdapterId string `json:"adapterId"`
AdapterName string `json:"taskName"`
AdapterName string `json:"adapterName"`
Clusters []*ClusterAvail `json:"clusters"`
}



Loading…
Cancel
Save