mirror of
https://github.com/ollama/ollama.git
synced 2025-12-09 19:21:54 +01:00
s/ListResponseModel/ModelResponse/
This commit is contained in:
@@ -88,10 +88,10 @@ type PushRequest struct {
|
||||
}
|
||||
|
||||
type ListResponse struct {
|
||||
Models []ListResponseModel `json:"models"`
|
||||
Models []ModelResponse `json:"models"`
|
||||
}
|
||||
|
||||
type ListResponseModel struct {
|
||||
type ModelResponse struct {
|
||||
Name string `json:"name"`
|
||||
ModifiedAt time.Time `json:"modified_at"`
|
||||
Size int `json:"size"`
|
||||
|
||||
Reference in New Issue
Block a user