mirror of
https://github.com/ollama/ollama.git
synced 2025-08-03 20:22:57 +02:00
add .golangci.yaml
This commit is contained in:
@@ -198,7 +198,8 @@ func GenerateHandler(c *gin.Context) {
|
||||
c.JSON(http.StatusOK, api.GenerateResponse{
|
||||
CreatedAt: time.Now().UTC(),
|
||||
Model: req.Model,
|
||||
Done: true})
|
||||
Done: true,
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user