mirror of
https://github.com/ollama/ollama.git
synced 2025-07-28 20:35:16 +02:00
add model to ModelResponse
This commit is contained in:
@@ -213,6 +213,7 @@ type ListResponse struct {
|
||||
|
||||
type ModelResponse struct {
|
||||
Name string `json:"name"`
|
||||
Model string `json:"model"`
|
||||
ModifiedAt time.Time `json:"modified_at"`
|
||||
Size int64 `json:"size"`
|
||||
Digest string `json:"digest"`
|
||||
|
Reference in New Issue
Block a user