MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / stopPull

Function stopPull

ai-provider/local/executor_test.go:67–71  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

65}
66
67func stopPull(c *gin.Context) {
68 model := c.Query("model")
69 StopPull(model)
70 c.JSON(http.StatusOK, gin.H{"message": "stop pull model"})
71}
72
73func models(c *gin.Context) {
74 ms, err := ModelsInstalled()

Callers

nothing calls this directly

Calls 1

StopPullFunction · 0.85

Tested by

no test coverage detected