This commit is contained in:
Roy Han 2024-06-28 13:10:39 -07:00
parent 01ecaf95fe
commit c9fd7a730a
2 changed files with 1 additions and 2 deletions

View File

@ -326,7 +326,7 @@ type ProcessResponse struct {
// ListModelResponse is a single model description in [ListResponse].
type ListModelResponse struct {
Model string `json:"model"`
Name string `json:"name"`
ModifiedAt time.Time `json:"modified_at"`
Size int64 `json:"size"`
Digest string `json:"digest"`

View File

@ -1086,7 +1086,6 @@ A single JSON object will be returned.
{
"models": [
{
"name": "mistral:latest",
"model": "mistral:latest",
"size": 5137025024,
"digest": "2ae6f6dd7a3dd734790bbbf58b8909a606e0e7e97e94b7604e0aa7ae4490e6d8",