refactor[go]: replace DSModel with ModelListItem (#17038)

This commit is contained in:
Haruko386
2026-07-20 10:50:53 +08:00
committed by GitHub
parent a9db04ab23
commit 0f94e05ffa
23 changed files with 44 additions and 44 deletions

View File

@@ -51,7 +51,7 @@ type modelscopeChatResponse struct {
}
type modelscopeModelListResponse struct {
Data []DSModel `json:"data"`
Data []ModelListItem `json:"data"`
}
// NewModelScopeModel creates a new ModelScope model instance.