mirror of
https://github.com/ollama/ollama.git
synced 2026-04-23 17:29:54 +02:00
add create, pull, and push
This commit is contained in:
@@ -116,7 +116,7 @@ func pull(c *gin.Context) {
|
||||
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
|
||||
return
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
streamResponse(c, ch)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user