mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 22:30:31 +08:00
refactor[go]: replace DSModel with ModelListItem (#17038)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user