mirror of
https://github.com/ollama/ollama.git
synced 2025-10-11 03:34:34 +02:00
download models when creating from modelfile
This commit is contained in:
@@ -40,10 +40,6 @@ type CreateRequest struct {
|
||||
Path string `json:"path"`
|
||||
}
|
||||
|
||||
type CreateProgress struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
type DeleteRequest struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user