Unverified Commit 4ebfa2cb authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Quiet down debug log of image payload (#7454)

Avoid excessive log spew and make consistent with chat logging
parent 046054fa
......@@ -267,7 +267,7 @@ func (s *Server) GenerateHandler(c *gin.Context) {
prompt = b.String()
}
slog.Debug("generate request", "prompt", prompt, "images", images)
slog.Debug("generate request", "images", len(images), "prompt", prompt)
ch := make(chan any)
go func() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment